lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.datapage.app
MIT License
1.29k stars 69 forks source link

Fix broken search in shell template #71

Closed maaxleq closed 1 year ago

maaxleq commented 1 year ago

The shell template was using a "target" attribute on the search

element, instead of an "action" attribute. The SQL script responsible for the search should be specified in an "action" attribute, otherwise the search does not work.

lovasoa commented 1 year ago

Thanks for the fix!