Re: [basex-talk] Special Character Search - @, $,#

2018-01-24 Thread Michael Seiferle
Hi Navin, these characters are not searchable by the full-text-index. @$# and other special-characters are treated as word-breakers[1] and can’t be searched for. If you ran for example the following query: > ft:tokenize("f...@bar.de#test$baz“) You will see which tokens will be added to the

[basex-talk] Special Character Search - @, $,#

2018-01-24 Thread Navin Rawat
Hi Team, Could I search @, $, # by full text API of bases? I am using following query but unable to get any success: let $query := '@' let $options := map { "mode": "any", "fuzzy": "off", "wildcards": true(),