Hi Willi,

thanks for the hint. I will investigate a little bit. But it seems there is 
not a 100% solution for the problem...

Regards,
Martin



On Monday, 6 November 2017 10:28:17 UTC+1, Wilfried Gösgens wrote:
>
> Hi Martin, 
> The fulltext index works by tokenizing at word breaks. You can control how 
> many characters are required to be at least in one word - shorter words 
> will be ommitted - like 'Co'. 
> You can experiment with the splitting algorythms in arangosh using the 
> "SYS_SPLIT_WORDS_ICU()"- function.
>
> Cheers, 
> Willi
>
> On Wednesday, November 1, 2017 at 8:20:33 AM UTC+1, Martin Kuhn wrote:
>>
>> I have an fulltext index on a field "name" of a collection. 
>>
>> Now I get no results for some entries in the collection when I execute a 
>> fulltext search:
>>
>>
>> e.g entry with the name "Wein & Co"
>>
>> searchterm: "wein & co" -> NO match
>> searchterm: "wein co" -> MATCH
>>
>>
>> e.g. entry with the name "Cafe Z"
>>
>> searchterm: "Cafe Z" -> NO match
>>
>>
>> Can anybody explain what's going on?
>> Ist there a way to solve the problems?
>>
>> TIA
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to arangodb+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to