Hi all,
Please see the functionality below which I’m looking for, any help is really appreciated.
“The search functionality on my website needs to search the website pages as well as User personal information (first name, last name, email etc). As Drupal core don’t search the user personal information, I have implemented the Search API. The search is working fine, if I’m using two separate pages. But I would like to have a single search box (similar to core search) on website and user can able to search Node index and User Index from a single search box. ”
Detailed Information:
As I said above, I have integrated the Search API for an Intranet application. I’m using the
“Database”-based backend (the Service class) for indexing and searching data. I'm not using any Apache Solar.
By using the “Search pages” I have created a page for searching the “User” and similarly I have created another page for searching the “Nodes”.
Now user has to enter the keyword in 2 boxes to get results. Is there any way to use a single box to search on those two separate Indexes? I’m happy if there is any toggling similar to core search result page.
I also noticed that "Multi-index searches" work only for Apache Solar only. Please let me know if anyone experience similar situation
Kindest regards,
Kuriakose