Hook to modify search query before passing to typesense
-
Hi, I am looking to encode the search query before passing to typesense. Is this possible?
Here is the idea:
Default:
User type string (search) –> search query is sent to typesense –> typesense return result –> display on frontendIdea:
User type string (search) –> (hook here) search query is sent to a vector encoder –> the vector is sent to typesense –> typesense return result –> display on frontendIs there a hook or filter to implement this?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Hook to modify search query before passing to typesense’ is closed to new replies.