You are here

namespace Drupal\elasticsearch_connector_views\Plugin\views\filter in Elasticsearch Connector 8.5

Same name in other branches
  1. 8.7 Drupal\elasticsearch_connector_views\Plugin\views\filter
  2. 8.2 Drupal\elasticsearch_connector_views\Plugin\views\filter
  3. 8.6 Drupal\elasticsearch_connector_views\Plugin\views\filter
Classsort descending Location Description
ElasticsearchViewsBooleanOperator modules/elasticsearch_connector_views/src/Plugin/views/filter/ElasticsearchViewsBooleanOperator.php Simple filter to handle matching of boolean values.
ElasticsearchViewsDate modules/elasticsearch_connector_views/src/Plugin/views/filter/ElasticsearchViewsDate.php Filter to handle dates stored as a timestamp.
ElasticsearchViewsFulltextSearch modules/elasticsearch_connector_views/src/Plugin/views/filter/ElasticsearchViewsFulltextSearch.php Default implementation of the base filter plugin.
ElasticsearchViewsNumericFilter modules/elasticsearch_connector_views/src/Plugin/views/filter/ElasticsearchViewsNumericFilter.php Simple filter to handle greater than/less than filters.
ElasticsearchViewsStandard modules/elasticsearch_connector_views/src/Plugin/views/filter/ElasticsearchViewsStandard.php Default implementation of the base filter plugin.
ElasticsearchViewsStringFilter modules/elasticsearch_connector_views/src/Plugin/views/filter/ElasticsearchViewsStringFilter.php Basic textfield filter to handle string filtering commands including equality, like, not like, etc.