Hi,
I am getting backend error when using full text search, for example: https://biii.eu/search?search_api_fulltext=imagej
error:
-----------------------------------------------
Error 503 Backend fetch failed
Backend fetch failed
Guru Meditation:
XID: 631819717
Varnish cache server
-------------------------------------------
When I used space in the search: https://biii.eu/search?search_api_fulltext=nuclei+segmentation it fails too.
The workaround I found now is to use comma instead of space to separate keywords: https://biii.eu/search?search_api_fulltext=nuclei%2Csegmentation
Or use some other keywords (not imagej but nuclei) works: https://biii.eu/search?search_api_fulltext=nuclei
Also is there a way for me to dump the entire index? Ideally a github repo or something?
Best,
Wei