In the Search field enter, for instance: -bla and click the Search button.
I get:
An error has occured in one of your routes.
Detail: Traceback (most recent call last) forum.nim(1389) forum asyncdispatch.nim(1610) runForever asyncdispatch.nim(1005) poll ... forum.nim(1349) matchIter forms.tmpl(314) genSearchResults db_sqlite.nim(171) searchResults db_sqlite.nim(104) dbError malformed MATCH expression: [-bla]
Hm, you just delete the '-'.
Does it mean there is no possibility to search for something starting with a '-' because of sql limitations?