Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ElasticSearch #430

Open
imperator99 opened this issue Jul 3, 2018 · 1 comment
Open

Implement ElasticSearch #430

imperator99 opened this issue Jul 3, 2018 · 1 comment
Assignees

Comments

@imperator99
Copy link
Contributor

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.

Noting existing issue: #33.

@imperator99 imperator99 self-assigned this Jul 3, 2018
@imperator99
Copy link
Contributor Author

Autocomplete now available at https://www.drupal.org/project/elasticsearch_connector_autocomp. However, this module is probably not ready for production yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant