Hi
I have configured an index that should search freetext. I am using the configuration field "contains" search-paramter to match the query parameter value to the richtext string field. The richtext is stored as string.
there are other input fields (not richtext) also stored as string. All fields are stored, indexed and analyzed.
I have configured the query to search in all fields, using "or" - so it should give a result, if the searchtext is present in any of the fields.
However, this gives no result if the searchtext is present in the richtext field (this typically has a much longer string). If the searchtext is present in other fields, i get the expected result.
Is there anything special i should do when trying to index, store and search richtext?
I have tried adding priority and using spell check, but I get the same result.
/Hans