bharata_ishaya writes
Clicking either of the "sort by date" buttons clears the results from some but not all of the filtered displays. It appears to be consistent. After searching for "headache" and discovering 2 results under the "presentation" filter and 3 results under the "spreadsheet" filter, while displaying either set of filtered results and then I clicking either "sort by" button, the results under "presentation" are sorted and the results under "spreadsheet" vanish. The only way to get the results under "spreadsheet" to return is to restart Recoll GUI and rerun the search. This issue would be slightly less major if the complete set of result would at least show up under the "all" filter but that result display is normally "no results found" (see the issue linked below).
Recoll 1.19.10 + Xapian 1.2.8
medoc writes
Hi again, same as issue 179, Recoll normally does not do this :) Could you please use the show query links ?
Maybe this is a query expansion issue. Sometimes, when a query expands a lot because of stemming or capital/accents expansion somes parts may get truncated, with potentially weird results.
Are you using a raw index or an unaccented one by the way ? If you did nothing special, it is stripped (unaccented/uncapitalized).
bharata_ishaya writes
I noticed the "show query" info changes simply from clicking "sort by date".
Show query for "spreadsheet" =
#!php
Result count (est.): 6
Query details: (((headache:(wqf=11) OR headaches OR headache's OR headach OR headaching) AND ( FILTER (Tapplication/vnd.ms-excel OR Tapplication/vnd.oasis.opendocument.spreadsheet OR Tapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet OR Tapplication/vnd.openxmlformats-officedocument.spreadsheetml.template OR Tapplication/vnd.sun.xml.calc OR Tapplication/vnd.sun.xml.calc.template OR Tapplication/x-gnumeric))))
After clicking on "sort by date" the show query for "spreadsheet" =
#!php
Result count (est.): -1
Query details: (((headache:(wqf=11) OR headaches OR headache's OR headach OR headaching) AND ( FILTER (Tapplication/vnd.ms-excel OR Tapplication/vnd.oasis.opendocument.spreadsheet OR Tapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet OR Tapplication/vnd.openxmlformats-officedocument.spreadsheetml.template OR Tapplication/vnd.sun.xml.calc OR Tapplication/vnd.sun.xml.calc.template OR Tapplication/x-gnumeric))))
bharata_ishaya writes
Above the "show query", on "all" filter, with no results for search "headache" =
#!python
Query results
No results found
Alternate spellings (accents suppressed):
headache : headache headachea headachei headachey headach
bharata_ishaya writes
I just had time to test the search "headache" again, after rebuilding the index and this issue is now fixed.
Thank you for your help!
medoc writes
Xapian index corruption issue, probably brought by indexer crash