Module ironoxide::search

source ·
Expand description

Blind Index Search API

This is a technique that allows you to hide the terms that have been indexed. This particular implementation uses tri-grams, which are salted and hashed to produce the list of tokens.

BlindIndexSearch

The BlindIndexSearch gives the ability to generate queries as well as create the search entries to store.

Optional

This requires the optional beta feature to be enabled.

Structs

Traits

Functions

  • Generate a version of the input string where each character has been latinized using the same function as our tokenization routines.