1st search:
ID like '@0 11742749 "1192484" 11192488 11735967'
Returns 2 hits. (11192488, 11735967)
2nd search:
ID > '11294103' AND ID < '11294106'
Returns 2 docs (11294104, 11294105)
now if i combine these two searches above with an 'OR' connector it retunrs 15 hits.
ID > '11294103' AND ID < '11294106' OR ID like '@0 11742749 "1192484" 11192488 11735967'
15 hits :(11192484 11192488 11294104 11294105 11735967 11924840 11924841 11924842 11924843 11924844 11924845 11924846 11924847 11924848 11924849)
looks like the double quotes around "1192484" treats it as a LIKE search only when the OR operator is used to connect both searches. I tried [ID like "1192484"] and got 0 hit.
Has anyone come across similar anomaly? I am not sure if this is an expected behavior of texis. Any help would be appreciated.
Thanks in advance.
ID like '@0 11742749 "1192484" 11192488 11735967'
Returns 2 hits. (11192488, 11735967)
2nd search:
ID > '11294103' AND ID < '11294106'
Returns 2 docs (11294104, 11294105)
now if i combine these two searches above with an 'OR' connector it retunrs 15 hits.
ID > '11294103' AND ID < '11294106' OR ID like '@0 11742749 "1192484" 11192488 11735967'
15 hits :(11192484 11192488 11294104 11294105 11735967 11924840 11924841 11924842 11924843 11924844 11924845 11924846 11924847 11924848 11924849)
looks like the double quotes around "1192484" treats it as a LIKE search only when the OR operator is used to connect both searches. I tried [ID like "1192484"] and got 0 hit.
Has anyone come across similar anomaly? I am not sure if this is an expected behavior of texis. Any help would be appreciated.
Thanks in advance.