looqs/cli
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
..
addfileexception.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
cli.pro Fix builds with quazip 1.X 2022-06-21 22:33:50 +02:00
command.cpp CLI: Use new 'Indexer' to add Commands 2022-04-15 21:06:56 +02:00
command.h CLI: Use new 'Indexer' to add Commands 2022-04-15 21:06:56 +02:00
commandadd.cpp cli: CommandAdd: Mention we read from stdin when no path is given 2022-06-24 19:17:50 +02:00
commandadd.h cli: CommandAdd: Set keepGoing, Remove verbose for now 2022-06-06 09:34:37 +02:00
commanddelete.cpp cli: Move most classes to shared lib for reuse 2022-04-15 21:06:56 +02:00
commanddelete.h CommandDelete: Rework deletion logic 2020-08-30 18:16:08 +02:00
commandlist.cpp cli: CommandList: Rework, implement pattern, remove count, reverse 2022-06-04 17:09:26 +02:00
commandlist.h cli: CommandList: Rework, implement pattern, remove count, reverse 2022-06-04 17:09:26 +02:00
commandsearch.cpp shared,gui,cli: Fix intra-file ordering for content search results 2022-08-23 23:44:47 +02:00
commandsearch.h CommandSearch: Begin basic functionality (prints filename of result) 2019-04-22 23:11:28 +02:00
commandupdate.cpp cli: CommandUpdate: Use shared/IndexSyncer 2022-06-04 17:09:26 +02:00
commandupdate.h Implement CommandUpdate: Searches for files that have been changed and reprocesses them 2019-04-16 08:51:27 +02:00
main.cpp cli: Run migrations if necessary 2022-07-28 14:28:45 +02:00