mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 14:35:22 +08:00
Adds a `SearchMode` enum to session search protos, allowing clients to choose the search mode that best fits their keywords. Some searches perform better with embeddings only, while others work better with strict keyword matching. This change lets clients opt into their preferred search method, while keeping hybrid search as the default. Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>