You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using the database search through Search API. While it is suitable at the moment, it is not a good approach for a larger, more complex site.
To be useful, ElasticSearch will need to meet the following requirements:
Be compatible with Search API.
Be compatible with Search API Autocomplete or another autocomplete module.
It would also be good to get it to work with Facets, as the News and Blogs filter contains a facetted search. However, it is not difficult to run two different search systems fore different purposes.
We are currently using the database search through Search API. While it is suitable at the moment, it is not a good approach for a larger, more complex site.
To be useful, ElasticSearch will need to meet the following requirements:
It would also be good to get it to work with Facets, as the News and Blogs filter contains a facetted search. However, it is not difficult to run two different search systems fore different purposes.
Noting existing issue: #33.
The text was updated successfully, but these errors were encountered: