emxsys / callattendant

A python-based automated call attendant, call blocker, and voice messaging system running on a Raspberry Pi. Screens callers and block robocalls and scams with a low-cost Raspberry Pi and modem.
https://emxsys.github.io/callattendant/
MIT License
117 stars 36 forks source link

Add name search capability #78

Closed emxsys closed 4 years ago

emxsys commented 4 years ago

Add the capability to search the names in the call log. The search should be a name contains type search. E.g.,

SELECT * FROM CallLog WHERE Name LIKE '%search-text%'