A free software package to manage your thoughts and documents!
This project is maintained by aernesto
To search for a topic.
searchtopic "<part of SQL statement following a WHERE clause>"
searchtopic "TopicDescription LIKE \"% keyword %\""
or the following typed on a single line
searchtopic "(TopicName LIKE \"% keyword1 %\") OR (TopicDescription LIKE \"% keyword2 %\")"
or
searchtopic "TopicID IN (22,14,17)"
Double quotes must be escaped, as in example.
The WHERE
clause is applied to the Table Topics
.