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(),
                    "ordered": "false"
                }
return ft:search("database", $query, $options)

Please suggest.

Regards,
Navin