package
0.0.0-20240503093246-678d81269f95
Repository: https://github.com/newinfooffical/core.git
Documentation: pkg.go.dev
# README
Search Index
Search Term Normalization
The user input search term undergoes normalization:
- Trim space
- Lowercase
- Remove invalid UTF-8 characters
- Detect and remove quotes in the form '" (activates exact search mode)
Wildcards are not supported.
Generic Text Normalization
- Trim space
- Lowercase
- Remove invalid UTF-8 characters
# Functions
Split splits the camelcase word and returns a list of words.
No description provided by the author
# Structs
SearchIndexRecord identifies a hash to a given file.
This database stores hashes of keywords for file search.
A search selector is a term that discovers a file.