I'm encountering a little issue with the FT.SEARCH command from redisearch:
For this data whose value is this one: ns=2;s=OIGateway:ArchestrA.ACU.AO_ACU230_AIn_CabTp.fa_A2OutOfRan
How come this query:
FT.SEARCH index 'ns 2 s oigateway archestra acu ao_acu230_ain_cabtp fa_a2o* '
Will return the result
Whereas this one:
FT.SEARCH index 'ns 2 s oigateway archestra acu ao_acu230_ain_cabtp fa_a2* '
(Notice the missing 'o' at the end)
Will return nothing?
Thank you for your replies.