kaykay-dv / pocketsearch

A simple full-text search library for Python using SQLite and its FTS5 extension
https://pocketsearch.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

Searches for empty strings and queries containing None are not properly handled #43

Closed kaykay-dv closed 1 year ago

kaykay-dv commented 1 year ago

Currently providing empty String or None as queries results in a SQL error. They should properly transformed into a search for an string with zero length ("")