On my Drupal 7 site, I am trying to switch from using the core Search module to the Search API module.
How can I add a search term filter to my views using the "Search views" module? The "Search views" module claims it integrates the Search API module with the Views module, but I cannot find any search term filter to add when I edit my views. How do I get this to work?
I have the following modules installed on Drupal 7:
- Search API (7.x-1.0)
- Database search (7.x-1.0-beta2)
- Search pages (7.x-1.0-beta2)
- Search views (7.x-1.0)
- Views (7.x-3.3) Views UI (7.x.3.3)
I have disabled the following core module:
- Search (7.12)
In the Search API, I have created a Server (using the Database search module) and two Indexes. I ran the cron job several times, created a search page (using the Search pages module), and tested my indexes. They seem to work. So how can I connect my Views to Search API using "Search views"?