Grammatical errors and warnings in the README.md file
Changes
-No other modules required; we're supporting Drupal Core's search as a source for
-creating facets.
+No other modules are required; we're supporting Drupal Core's search as a
+source for creating facets.
-If you're using Search API views, make sure to disable views cache when using
-facets for that view.
+If you're using Search API views, make sure to disable the views cache when
+using facets for that view.
-case the raw facet value with the lower value is preferred:
+case, the raw facet value with the lower value is preferred:
-"search_api_facets" feature. In short, you'll just have to return facet terms
-and counts according to the query's "search_api_facets" option, when executing
-a query.
-For the module to be able to tell that your server supports facets,
+"search_api_facets" feature. In short, when executing a query, you'll have to
+return facet terms and counts according to the query's "search_api_facets"
+option. For the module to be able to tell that your server supports facets,
- // The minimum count a filter/value must have to be returned.
+ // The minimum count a filter/value must have been returned.
- Provides an dropdown widget that works with the range processor.
+ Provides a dropdown widget that works with the range processor.
-views, add a filter to the view to limit to one language.
+views, add a filter to the view to limit it to one language.