index
:
searchix
this commit
main
templ
Search engine for NixOS, nix-darwin and home-manager users
Gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
/
search
/
search.go
Commit message (
Collapse
)
Author
Age
Lines
*
refactor: don't explain searches
Alan Pearce
2024-05-11
-1
/
+0
|
*
feat: version search index mapping schema and warn if outdated
Alan Pearce
2024-05-11
-0
/
+8
|
*
refactor: deduce index path automatically from config.DataPath
Alan Pearce
2024-05-11
-1
/
+4
|
*
style: reformat with golines and enforce on commit
Alan Pearce
2024-05-09
-2
/
+11
|
*
feat: enable index path to be configured
Alan Pearce
2024-05-09
-5
/
+1
|
*
feat: import sources from configuration in go code and index options
Alan Pearce
2024-05-09
-114
/
+36
|
*
refactor: enable access to bleve DocumentMatch structs
Alan Pearce
2024-05-08
-5
/
+11
|
*
refactor: reduce new variables when looping over hits
Alan Pearce
2024-05-08
-5
/
+8
|
*
refactor: store searched documents directly in the search index
Alan Pearce
2024-05-08
-16
/
+40
|
*
feat: improve search by using a custom tokeniser for option names
Alan Pearce
2024-05-08
-4
/
+31
|
*
fix: incorrect data shown for default and example option keys
Alan Pearce
2024-05-08
-0
/
+1
|
*
feat: paginate search results
Alan Pearce
2024-05-08
-6
/
+8
|
*
feat: search multiple sources
Alan Pearce
2024-05-07
-23
/
+23
|
*
feat: search one set of options
Alan Pearce
2024-05-07
-0
/
+123