Set up Solr on Lando for Drupal Search API
The docs make it seem much more complicated than it really is.
Just copy and paste this into your lando file and rebuild:
servi...
The docs make it seem much more complicated than it really is.
Just copy and paste this into your lando file and rebuild:
servi...
Sort taxonomy term facets by weight, including hierarchy.
Autocomplete functionality for Search API.
Should be able to add an autocomplete for views exposed filters.
I can only get it to work with full text fields (not string).
Use facets with core views.
Drupal's main search module.
Provides configurable search pages at /search/user and /search/node.
Make sure your permissions are set correctly to avoid leaking information.
Multiple facets in a single block.
Use entity tokens to map field values to index fields.
I used this module to format a date field as a year to use as the index value.