Suchen in tinydb

Gibt es eine Funktion/procedure, mit der ich einen Text in der tinyDB suchen kann oder muss ich das händisch machen, indem ich sequentiell lese und den Text jeweils suche?

You will have to iterate over each element in each tag to do a a text search in a tinydb. Depending on how you save data to the tinydb this can be easy or hard. Use of the dictionary blocks may help if saving in JSON format.

It may be possible to use Juan’s terminal extension to search the tinydb a different way ?

Das habe ich befürchtet!
Gibt es eine andere Datenbank oder Datenorganisation, bei der ich über SQL-Kommandos (Select) suchen kann?

Yes SQLite

https://puravidaapps.com/sqlite.php