sanataro
sanataro copied to clipboard
Searching functionality for any field like google desktop
Sometimes, people don't remember where a word was input. Sanataro has some fields to input (ex. item_name, tags, account name, etc). It could be better if there is comprehensive searching functionality.
Implemented at 09b1d61513ec4d4520b20ba24218e02a17dc3480 with SQL 'LIKE' but this searches only items.name fields. It should be better that this functionality be more arbitrary so that it searches other attributes (such as tag, account name, etc)
To do this, more flexible search engines such as full-text searching are needed.