-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No search results or next result page left blank #299
Comments
Good to know somebody
This has the benefit that it's no source modification: Nextclouds self-diagnostic does not complain about integrity check failure, and the next update won't overwrite the change. But, in the long run, both solutions are no real ones. I remember a time (maybe this was before elasticsearch, don't really remember) where there was a setting in the Fulltextsearch app: do not index documents above a given limit. Maybe this setting is deemed outdated, given the sheer sizes of nowadays' documents. But the correct solution would be that the size of documents to be indexed and the size limits of documents to be searched should correspond somehow. |
I'm getting 0 search results in version 27.0.4, but no errors whatsoever in the browser console or Nextcloud log. |
Update: in addition to increasing |
I have experienced this problem with big PDFs . If the search find some of this documents the result page shows no results on the first occurrence of such an item .
The log shows :
I solved this problem by adding
'max_analyzed_offset' => '999999',
in SearchMappingService.php at
private function generateSearchHighlighting(ISearchRequest $request): array
above'fields' => $fields,
The text was updated successfully, but these errors were encountered: