ft:tokenize("foo@bar.de#test$baz“)You will see which tokens will be added to the full-text-index.
db:open(‚database')//text()[contains(., "@")]/..
Am 24.01.2018 um 10:42 schrieb Navin Rawat <nrawat2005@gmail.com>:Hi Team,Could I search @, $, # by full text API of bases?I am using following query but unable to get any success:Please suggest.let $query := '@'let $options := map {"mode": "any","fuzzy": "off","wildcards": true(),"ordered": "false"}return ft:search("database", $query, $options)Regards,Navin