about summary refs log tree commit diff stats
path: root/internal/search
Commit message (Expand)AuthorAgeLines
* refactor: deduce index path automatically from config.DataPathAlan Pearce2024-05-11-11/+9
* refactor: split up NewIndexer functionAlan Pearce2024-05-11-38/+64
* style: rename Option.Option to Option.NameAlan Pearce2024-05-09-5/+5
* style: reformat with golines and enforce on commitAlan Pearce2024-05-09-2/+11
* feat: enable index path to be configuredAlan Pearce2024-05-09-11/+24
* feat(importer): add --replace flag to overwrite existing indexAlan Pearce2024-05-09-1/+17
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-114/+219
* refactor: enable access to bleve DocumentMatch structsAlan Pearce2024-05-08-5/+11
* refactor: reduce new variables when looping over hitsAlan Pearce2024-05-08-5/+8
* refactor: store searched documents directly in the search indexAlan Pearce2024-05-08-16/+40
* feat: improve search by using a custom tokeniser for option namesAlan Pearce2024-05-08-4/+31
* fix: incorrect data shown for default and example option keysAlan Pearce2024-05-08-0/+1
* feat: paginate search resultsAlan Pearce2024-05-08-6/+8
* feat: search multiple sourcesAlan Pearce2024-05-07-23/+23
* feat: search one set of optionsAlan Pearce2024-05-07-0/+123