As told in this “Sitecore Quick Search” uses the system index to perform instant search.
How to point “Sitecore Quick Search” to use custom index while searching?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The instant search eventually starts the core
searchpipeline, which is used by other types of searches within the backend. One of the processors ofsearchpipeline (SearchSystemIndex) instructs the system explicitly to search thesystemindex.As long as this is a core of search functionality I would not recommend you changing the logic there. If you still decide to go this way, then inserting a custom processor into the
searchpipeline seems to be the starting point. I suspect there to be a number of unexpected things to overcome in order not to break the way search works throughout the system.