mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-16 18:37:51 +01:00
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