Server side pagination with fuzzy search doesn't work

It's definitely tricky with server side pagination.

Since the built-in filters aren't fully compatible, you could create your own filter options & apply them to your query (note for SQL, the filters need to be applied to the total count query & the table query):
CleanShot 2025-02-07 at 14.07.37

Here's another example (but note the risks of disabling prepared statements)

2 Likes