Files
Abstraction/vendor/github.com/PeernetOfficial/core/search
2022-12-11 06:18:00 +00:00
..
2022-12-11 06:18:00 +00:00
2022-12-11 06:18:00 +00:00
2022-12-11 06:18:00 +00:00
2022-12-11 06:18:00 +00:00
2022-12-11 06:18:00 +00:00

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