Add auto-generated build files
[maemopadplus.git] / search-maemopadplus.sql
blob1164df78ae6a1375c452aa04158682345ce3cc5f
1 SELECT nodeid FROM checklists WHERE name LIKE ?
2 UNION
3 SELECT nodeid FROM nodes WHERE name LIKE ? OR (bodytype=1 AND bodyblob LIKE ?);