looqs/shared
Albert S eef0fae137 shared,gui,cli: Fix intra-file ordering for content search results
group_concat() does not preserve order of the ORDRE BY rank,
making the ordering quite meaningless for pages inside a file.

The recently introduced combobox to filter on a per file basis
should anyway be prefered than any kind of grouping in queries.

So we just remove the groupings here.

"All files" in the previews tab thus should show the best results
first now, from any files part of the result set.

A GUI option to sort by page instead of rank can be considered.
2022-08-23 23:44:47 +02:00
..
migrations shared: migrations: Add 3.sql: Drop potentailly harmful trigger 2022-08-14 20:24:21 +02:00
common.cpp shared: common: Remove migration logic from ensureConfigured() 2022-07-28 13:31:13 +02:00
common.h gui: mainwindow: Add vertical scroll option, default to it 2022-08-21 22:57:48 +02:00
concurrentqueue.cpp
concurrentqueue.h
databasefactory.cpp
databasefactory.h
dbmigrator.cpp shared: DBMigrator: Take DatabaseFactory, run vacuum, add error() sig, start() slot 2022-07-28 13:27:37 +02:00
dbmigrator.h shared: DBMigrator: Take DatabaseFactory, run vacuum, add error() sig, start() slot 2022-07-28 13:27:37 +02:00
defaulttextprocessor.cpp
defaulttextprocessor.h
dirscanworker.cpp shared: ParallelDirScanner: Perform first pass to collect paths 2022-06-24 19:17:50 +02:00
dirscanworker.h
encodingdetector.cpp
encodingdetector.h
filedata.h
filesaver.cpp shared: FileSaver: Don't launch SandboxedProcessor for empty files 2022-06-24 19:17:50 +02:00
filesaver.h
filescanworker.cpp
filescanworker.h
indexer.cpp shared: Indexer: Use isErrorSaveFileResult() to check for non-successful results 2022-07-11 17:14:45 +02:00
indexer.h shared: Indexer: IndexResult: Introduce failedResults() 2022-06-24 19:17:50 +02:00
indexsyncer.cpp shared: IndexSyncer: Check whether file is located in a mountpath 2022-06-06 09:34:37 +02:00
indexsyncer.h
limitqueue.h shared: Add LimitQueue which discards oldest entry once limit hit 2022-08-06 09:06:00 +02:00
logger.cpp
logger.h
looqsgeneralexception.cpp
looqsgeneralexception.h
looqsquery.cpp gui, shared: Fix and simplify word extraction regexes 2022-08-06 08:57:39 +02:00
looqsquery.h shared: LooqsQuery: Allow constructing from tokens and sort conditions 2022-07-29 10:17:04 +02:00
nothingprocessor.cpp
nothingprocessor.h
odsprocessor.cpp
odsprocessor.h
odtprocessor.cpp Fix builds with quazip 1.X 2022-06-21 22:33:50 +02:00
odtprocessor.h
pagedata.cpp
pagedata.h
paralleldirscanner.cpp shared: ParallelDirScanner: Fix missing progress report from top-level scan 2022-06-27 23:11:26 +02:00
paralleldirscanner.h
pdfprocessor.cpp
pdfprocessor.h
plaintexts.qrc shared: Include license texts as resource 2022-06-29 18:00:05 +02:00
processor.cpp
processor.h shared SandBoxedProcessor: Return SaveFileResult, remove defines 2022-06-24 19:17:50 +02:00
sandboxedprocessor.cpp shared SandBoxedProcessor: Return SaveFileResult, remove defines 2022-06-24 19:17:50 +02:00
sandboxedprocessor.h shared SandBoxedProcessor: Return SaveFileResult, remove defines 2022-06-24 19:17:50 +02:00
savefileresult.h shared: SaveFileResult: Introduce isErrorSaveFileResult() 2022-07-11 17:13:58 +02:00
searchresult.h shared/gui: Don't consider non-content search results for previews 2022-06-13 22:46:14 +02:00
shared.pro shared: Add LimitQueue which discards oldest entry once limit hit 2022-08-06 09:06:00 +02:00
sqlitedbservice.cpp shared: Adjust queries to db revision 2 2022-07-28 14:00:46 +02:00
sqlitedbservice.h shared: Move SaveFileResult enum to own header 2022-06-24 19:17:50 +02:00
sqlitesearch.cpp shared,gui,cli: Fix intra-file ordering for content search results 2022-08-23 23:44:47 +02:00
sqlitesearch.h shared: sqlitesearch: Escape FTS arguments 2022-07-28 17:49:40 +02:00
tagstripperprocessor.cpp
tagstripperprocessor.h
token.cpp
token.h shared: LooqsQuery: Fix logic of implicit AND booleans. Add 'limit:' support 2022-06-05 14:39:57 +02:00
utils.cpp
utils.h
wildcardmatcher.cpp
wildcardmatcher.h