[Search] How to search custom fields Analyzed? #10886
Answered
by
mariojsnunes
mariojsnunes
asked this question in
Q&A
-
For titles we can search on Content.ContentItem.DisplayText.Analyzed where the text is normalized. ex: Gâteau -> gateau Let's say I have a Body HtmlField field in the Article ContentType. Ideally I would be able to query Article.Body.Analyzed, but it doesn't work. |
Beta Was this translation helpful? Give feedback.
Answered by
mariojsnunes
Dec 15, 2021
Replies: 1 comment
-
found the issue, the accent letters are being saved encoded. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mariojsnunes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
found the issue, the accent letters are being saved encoded.