about summary refs log tree commit diff stats
path: root/internal
Commit message (Collapse)AuthorAgeLines
* feat: enable NUR package importAlan Pearce5 days-14/+100
|
* feat: wrap search form in semantic <search> elementAlan Pearce6 days-5/+4
|
* feat: show last/next/current indexing run timeAlan Pearce6 days-0/+80
|
* feat: shorten shutdown timeout in developmentAlan Pearce6 days-1/+6
|
* fix: footer spacingAlan Pearce6 days-0/+1
|
* fix: detach version from rest of footer textAlan Pearce6 days-0/+1
|
* fix: wrong pagination links for combined resultsAlan Pearce6 days-3/+6
| | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/15
* feat: Convert templ components to gomponentsAlan Pearce6 days-636/+741
|
* feat: show version number and link in footerAlan Pearce7 days-0/+6
|
* feat: split compound words in names into n-gramsAlan Pearce7 days-3/+27
| | | | Implements: https://todo.sr.ht/~alanpearce/searchix/9
* fix: nil pointer deference in nixpkgs-channel fetcherAlan Pearce8 days-0/+1
|
* fix: build error (incomplete commit)Alan Pearce9 days-5/+2
|
* fix: build error caused by incomplete commitAlan Pearce9 days-5/+6
|
* refactor: ensure errors have stack tracesAlan Pearce13 days-165/+161
|
* fix: js error due to missing class on nav menu itemAlan Pearce13 days-3/+1
|
* fix: nixos import fails with default settingsAlan Pearce14 days-2/+2
| | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/14
* fix: panic when source order > number of sourcesAlan Pearce14 days-4/+11
| | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/13
* feat: link to referenced projectsAlan Pearce2025-03-11-1/+2
|
* refactor: remove unnecessary source lookupAlan Pearce2025-03-11-43/+1
|
* fix: remove duplicate link to source codeAlan Pearce2025-03-10-1/+0
|
* feat: default to combined search on root pathAlan Pearce2025-03-10-29/+15
|
* refactor: interface{}->anyAlan Pearce2025-03-07-4/+4
|
* feat: prioritise exact matches on programs/attr/name fieldAlan Pearce2025-03-06-0/+3
|
* feat: improve relevance with compound wordsAlan Pearce2025-03-06-13/+6
| | | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/8 Fixes: https://todo.sr.ht/~alanpearce/searchix/10
* refactor: remove unused analyserAlan Pearce2025-03-06-12/+1
|
* refactor: use pointer to sourceMetaAlan Pearce2025-02-14-6/+6
|
* refactor: split importer argsAlan Pearce2025-02-14-19/+28
|
* fix: re-index refusing to delete data directory with programs.dbAlan Pearce2025-01-31-0/+1
|
* fix: build failure (bad rebase)Alan Pearce2025-01-24-1/+2
|
* fix: import slowdown when querying programs databaseAlan Pearce2025-01-24-7/+40
|
* perf: pass context to importer for better tracingAlan Pearce2025-01-24-2/+11
|
* feat: allow HTTP request logging to be disabledAlan Pearce2025-01-20-0/+8
|
* fix(sentry): report correct HTTP path in tracesAlan Pearce2025-01-19-11/+35
|
* feat: enable searching via program names for multi-program packagesAlan Pearce2025-01-15-19/+182
| | | | implements: https://todo.sr.ht/~alanpearce/searchix/6
* fix(dev): fix CSP not working in dev mode behind reverse proxyAlan Pearce2025-01-15-0/+1
|
* feat: offer to show all results on one page (if < 10000)Alan Pearce2025-01-05-16/+19
| | | | Implements: https://todo.sr.ht/~alanpearce/searchix/5
* refactor: extract pagination into moduleAlan Pearce2025-01-04-32/+71
|
* fix: boost non-stemmed matches over stemmed matchesAlan Pearce2025-01-02-24/+26
| | | | https://todo.sr.ht/~alanpearce/searchix/7
* feat: show scores in results table in dev modeAlan Pearce2025-01-02-5/+58
|
* feat: increase results per pageAlan Pearce2024-12-30-1/+1
| | | | References: https://todo.sr.ht/~alanpearce/searchix/5
* feat: de-rank packages on 'all' searchAlan Pearce2024-12-30-0/+6
| | | | Implements: https://todo.sr.ht/~alanpearce/searchix/4
* refactor: improve type hinting of setFieldAlan Pearce2024-12-30-3/+3
|
* chore: update dependenciesAlan Pearce2024-12-19-1/+3
|
* fix: use UTC time for fetch/import timerAlan Pearce2024-12-04-2/+2
|
* feat: apply stemming to search index termsAlan Pearce2024-11-20-0/+6
|
* docs: update default nix-darwin importer configAlan Pearce2024-11-20-1/+1
|
* fix: search all missing expected resultsAlan Pearce2024-11-10-1/+1
| | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/1
* fix: don't error when item not foundAlan Pearce2024-08-17-0/+4
|
* fix: tell browsers not to capitalise search inputAlan Pearce2024-07-16-0/+1
|
* fix: nil panics rendering last page of search resultsAlan Pearce2024-07-13-1/+1
|