gioamms
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] How to generate and use index from Relevanssi?“You can use it directly, but of course, there’s a lot more to it than just the index.” Could you expand a bit more please?
Is there any other solution that you’d suggest or your clients usually follow in similar situations?Forum: Plugins
In reply to: [Relevanssi - A Better Search] How to generate and use index from Relevanssi?P.S. Just bought the premium version while we were having this discussion. Not sure if we want to continue here or more the convo somewhere else?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] How to generate and use index from Relevanssi?Sure thing, let me try to explain this further.
Currently, website.com can perform a search using Relevanssi and it works great. Now I would like to perform the search on multiple sites but the other sites are not WordPress and, thus, I don’t think I can use Relevanssi outside WordPress, right? Therefore, one of the solutions that came to my mind was to create an index from the several sites and use it to perform the search (over website.com, dev.website.com, etc). For this reason, I’m trying to figure out how Relevanssi performs the search. If it uses a local file, I could get this file and use it. But it seems that Relevanssi does not store the search (or the index) anywhere and the only way to get the results is via REST? If this is the case, I can:
– Query Relevanssi via REST API and get the result;
– Query other sites (or fetch their indexes);
– Combine the results from the different sites and present it to the user.
Not sure if querying is the most efficient solution but it seems to be the only solution viable?
What do you think?
Hope it makes more sense now.