Jasmin Savard
Jasmin Savard
I'm tempted to say that maybe the issue is that you copied the ListPart and now that you need to modify it so that it uses the proper handler.
This is something that generally we would think that it be part of the Markdown editor itself. Looks like it is a regression from previous versions else it would have...
Would make sense that an Analyzed field ends up with less content since it will also remove non-meaningful words like "a, at, the ... or".
"Stored" should store "as is". But Analyzed should be removing HTML markup since it is not relevant. If it doesn't then there might be an issue that needs to be...
Here, as a reference, we sanitize when "Analyzed" on an HtmlBodyPart. https://github.com/OrchardCMS/OrchardCore/blob/d138a9b94e013bf724ac9f47c7bbd265fd938599/src/OrchardCore.Modules/OrchardCore.Html/Indexing/HtmlBodyPartIndexHandler.cs#L12
No, I think it is safer to have it for both.
I will try to test this. Also, I'm not 100% sure about the query you used to test this. Normally a simple wildcard query should be enough to see if...
Elasticsearch doesn't like when we pass multiple documents for a single field. I needed to pass the FullText as a single string for it to work.
Time to move away from JQuery UI.
To me, it seems to be part of the component itself.