I have a problem where one of my documents does not show up in search. I have investigated with the REST API and found no evident wrongs.
Example:
Doing a search for MyCustomProperty="Something is wrong" returns 0 hits
But doing a search for MyCustomProperty="Something*" returns my document
By using REST API I can see in the latter case that MyCustomProperty is set to Something is wrong.
Why is it not returned in the first case?
Note that the first case works for the main part of document, but not for documents where MyCustomProperty is set to Something is wrong. TrimDuplicates= false does not help
MyCustomProperty="Something is wrong") from a search center, yields no results – Robert Lindgren Apr 11 '14 at 07:34