cldellow / datasette-ui-extras

Add editing UI and other power-user features to Datasette.
Apache License 2.0
12 stars 1 forks source link

consider: patch array contains to use like #38

Closed cldellow closed 1 year ago

cldellow commented 1 year ago

https://github.com/simonw/datasette/blob/0b4a28691468b5c758df74fa1d72a823813c96bf/datasette/filters.py#L313-L324 does json_each to test array membership.

This is, of course, the right way to do it.

...but probably we would get by just fine if we did column like '%"string-value"%, which seems to be 3x faster:

json_each query

yolo everything is a string query