I'm using the Search API module, and I have two user search Indexes of type "Overridden" and "Custom".
Based on a path, or someone other variable that I pass in, I want to swap between the two indexes. The plan is for the first Index to provide a simple search with only a couple of fields, and the second to provide an "Advanced Search"..
I assume there is a hook somewhere where I can pass the Index name. Is this the right strategy to follow when trying to implement two searches?