Hi, I am encountering issue with 1 particular index. I am unable to use index!= to exclude the results from that particular index.
For example, I have 3 indexes - endpoint, server, mobile. I run a index=* index!=server index!=mobile [search parameters].
However, when the results came back, it is showing 2 indexes - endpoint and server.
That means the index!=mobile works, but not the index!=server. And I did verify without the index!= command, I will see all 3 indexes.
Of course this is a very simplified example with only 3 indexes but I am wondering, what could cause the index!=server not to work. In my current setup, all other indexes (I tested 10) work with index!= command but not that particular one.
Thanks.
... View more