- Issue created by @marcoka
- Status changed to Fixed
7 months ago 11:07am 15 September 2024 - 🇦🇹Austria drunken monkey Vienna, Austria
Simply go to your search index’s “Fields” tab (
/admin/config/search/search-api/index/[INDEX_ID]/fields
), add all fields you want to search with type “Fulltext” and then make sure your search is configured to search through all those fields.
The Search API generally searches whatever you tell it to search, this is all just configuration. - 🇩🇪Germany marcoka
Ok i tried that. I may have missed something important here, maybe.
- Added my taxonomy category field to the search api index and also indexed the hirarchy. Set it to fulltext.
- Added a search api view with an exposed form.
- Form is configured to search through all fields
- But there are no results when i search that form using autocomplete or just hitting enter.