simonw / datasette.io

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

datasette-vega missing from plugin search results for "plot" and "chart" and "graph" #136

Closed simonw closed 1 year ago

simonw commented 1 year ago

Need a mechanism to add some extra keywords.

simonw commented 1 year ago

BUT... it looks like all other plugins fail to show up in any searches at all!

simonw commented 1 year ago

That's because:

https://datasette.io/content?sql=select+%27foo%27+%7C%7C+%27bar%27+%7C%7C+null+as+q

select 'foo' || 'bar' || null as q

Returns null.

Which is happening here: https://github.com/simonw/datasette.io/blob/afd979c61aba899d940a4cfb753bd2e67b4e922b/plugins/template_vars.py#L14-L18

simonw commented 1 year ago

That fixed it: