I am trying to use the matchinfo function of sqlite with its second parameter, but it is throwing errors. The Java wrapper I am using the Xerial wrapper. I am using this query to test matchinfo.
SELECT matchinfo(search, 'pcx') AS 'test' FROM search WHERE search MATCH 'a search query'
it throws this error,
SQL error or missing database (wrong number of arguments to function matchinfo()
Any idea why this is happening? this website says the matchinfo has an optional second parameter, and I am using fts4 to do this.
Thanks
sqlite3CLI tool BTW. On the upside,'pcx'is supposed to be the default. – mu is too short Jun 11 '11 at 3:25