simonw / datasette.io

The official project website for Datasette
https://datasette.io
92 stars 21 forks source link

Plugin/tool search should treat spaces as AND #62

Closed simonw closed 3 years ago

simonw commented 3 years ago

https://datasette.io/plugins?q=json+html returns no results - it should ideally return datasette-json-html.

simonw commented 3 years ago

Here's the current SQL query: https://github.com/simonw/datasette.io/blob/f564cd62bc0e996f4d8b141874bbb767ce5e6bd2/templates/_directory.html#L47-L50

I think it should move out of the template logic in order to implement this!

simonw commented 3 years ago

SQL is now built here: https://github.com/simonw/datasette.io/blob/03e6b149bc7c74948c2c8cf17a98e3974f783c47/plugins/template_vars.py#L11-L20