FilamentF
Filament14mo ago
Lloyd

Global Search Hooks

Hi all,

Is there a way to "hook" searches? I want to transform some of the data before it hits the models for searching.

As in, the user will be able to write their own query (e.g. `post:"example-post" AND hits:1337)). I'm going to transform that back to SQL using an API call.

So I guess the question here is, is there a way to "intercept" searches?
Was this page helpful?