mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-19 11:37:51 +01:00
18 lines
374 B
Markdown
18 lines
374 B
Markdown
# Search Index
|
|
|
|
## Search Term Normalization
|
|
|
|
The user input search term undergoes normalization:
|
|
1. Trim space
|
|
2. Lowercase
|
|
3. Remove invalid UTF-8 characters
|
|
4. Detect and remove quotes in the form '" (activates exact search mode)
|
|
|
|
Wildcards are not supported.
|
|
|
|
## Generic Text Normalization
|
|
|
|
1. Trim space
|
|
2. Lowercase
|
|
3. Remove invalid UTF-8 characters
|