the schema is. name: string @index(term) .
then set data
:name1 <name> "my-name1" .
:name2 <name> "my-name2" .
but when I search with anyofterms(name,"my-name1")
,the two result both come out(expected name1)
so
- is symbol
-
a separator of term equals to space? - are there any other symbols that not recommended to use in string data?
- have a convenient to check the special symbols?