I\'m not experienced with SQL queries too much so I\'m having some trouble in finding the solution to my problem.
I have a list of Bookmarks, for example: Facebook, Deve
You can use the SQL-keyword LIKE for this. Encapsulate it with the wildward (%) and you're way to go.
LIKE
sqlite> select * from testtable where name like '%face%'; facebook|42