Hi,
Hope this is the correct place to put in my query, if not , appols.
I’ve got a funnelback collection created and updated.
I’m getting this message when I am trying to search. (See attached image)
“this search is currently unavailable”
Although it searches fine via the admin panel. I cant find any information on this message; so any advise or links to docs on this would be very helpful. Thanks.
Hi,
The search is currently unavailable message usually indicates an issue with the search indexes.
I had a quick look at the page and if you view the search page that is being called by your page you will see an error message in the response:
error: {
userMsg: "This search is currently unavailable.",
adminMsg: "[63] Cannae open bldinfo file
check_bldinfo()"
},
This message basically means there is something wrong with the meta collection indexes. The first thing you can try is to go to your meta collection and edit the component indexes - remove and re-add one of the components then save the changes. This should hopefully regenerate the index.sdinfo (which is an index file that basically tells the meta collection which data source collections are included).
If this doesn’t work you might also need to run an update of one of the data sources that is included in the meta collection. You can just run a reindex and that should fix the issue.
If the problem persists it could be something else. Do you have a multi-server Funnelback setup? If so, there could be an issue with syncing the indexes between the admin and query processing nodes.
If you continue to have issues you might need to raise a support request and someone can help you investigate the issue properly.
I hope this helps.
Thanks! I’ll try these things out.
I think our set up might be multi server- so I would need to sync the query processing nodes?
Let me go look at how to do this.
Fingers crossed!
Thanks
C