Configure search api, facet views.
Is Search API Database Backend really helping, or is this module viable?
https://www.drupal.org/project/core_views_facets
No, it depends on facets 2.x.
Instructions
- Install Search API via composer.
- Enable Search API Database Backend submodule (search_api_db).
- Create search server w/ database backend.
- Name: Database
- Create search index on Database.
- Name: Content
- Datasources: Content
- Server: Database
- Add fields to index.
- Content type: content_type
- ID: id
- Created: created
- Changed: changed
- Title: title
- Title: title_fulltext
- Topics: topics
- Configure processors.
TODO: Add and display screenshots.