Files
core/search
Akilan Selvacoumar b34b2e2b7c Change directory route and document change (#107)
* changed route to view files added by a certain node

* gofmt my changes

* added fix for blockchain/explore to also accept localnodes as a parameter.

* added local blockchain search
2023-03-10 09:47:18 +00:00
..
2023-02-12 09:59:31 +00:00
🔍 search algorithm! 🎉🎊🥳
2021-12-12 19:12:01 +01:00
2023-02-12 09:59:31 +00:00
2023-02-12 09:59:31 +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