No search results in GUI but can on CURL
curl localhost:9200/my_index/_search?q=chore
{"took":423,"timed_out":false,"_shards":{"total":5,"successful":5,"skipped":0,"failed":0},"hits":{"total":2,"max_score":7.694939,"hits":[{"_index":"my_index","_type":"standard","_id":"files:1972900","_score":7.694939,"_source":{"owner":"","groups":[],"circles":[]
I get a long list of files.
But the GUI?
Network tab:

I have the same issue since updated to 20.0.4. All search app updated too. elasticsearch seems ok
I should probably mention I'm on V18 and it doesn't work.
same issue here
Issue has been fixed at our instance with this db command:
update oc_appconfig set configvalue='{"test_provider":"0","files":"1"}' where appid='fulltextsearch' and configkey='provider_indexed';
Having the same issue, the db command unfortunately didn't fix it
Similar here? https://github.com/nextcloud/fulltextsearch/issues/617
