Replies: 1 comment
-
|
Problem is fixed in newer versions but we can't upgrade the solution where we need it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to figure out Elastic Search and most of it is clear. But when I try to query on multiple TermContentItemIds of the same field it doesn't work
This is my query and the field is Package.Properties.Ids
Normally the Content Item with id "4j7nxrcazcaj61rvrankh12kd4" should be visible because it has every id selected from the list.
But when I query directly to that ContentItem I get this result in ElasticSearch
{ "_index": "caractère_staysandpackages", "_id": "4j7nxrcazcaj61rvrankh12kd4", "_score": null, "_source": { "ContentItemId": "4j7nxrcazcaj61rvrankh12kd4", "ContentItemVersionId": "4jjpfktphxnt5s2w9fynabawxy", "Content.ContentItem.FullText": "Mystiek en natuurpracht in Zuid-Bretagne ", "Content.ContentItem.DisplayText.keyword": "Mystiek en natuurpracht in Zuid-Bretagne", "Content.ContentItem.DisplayText.Normalized": "mystiek en natuurpracht in zuid-bretagne", "Content.ContentItem.ContentType": "Package", "Content.ContentItem.CreatedUtc": "2022-11-24T09:49:26.2251929Z", "Content.ContentItem.Latest": true, "Content.ContentItem.Owner": "4desrz2sbbsbm7ranxarsbfvn9", "Content.ContentItem.Author": "admin", "Content.ContentItem.ModifiedUtc": "2024-06-12T14:52:50.7463337Z", "Content.ContentItem.Published": true, "Content.ContentItem.PublishedUtc": "2022-11-24T09:49:26.2253886Z", "Package.Properties.Ids": "4m5d8heybefwd3cx0rwz5sxcxs", "Package.Properties.Inherited": "4m5d8heybefwd3cx0rwz5sxcxs", "LocalizationPart.LocalizationSet": "48drkg01rjqwnsrzg7gvyrh8nj", "LocalizationPart.Culture": "nl-be", "Package.LocalizationPart.LocalizationSet": "48drkg01rjqwnsrzg7gvyrh8nj", "Package.LocalizationPart.Culture": "nl-be" }, "sort": [ 1718203970746 ] }Can anyone please explain why there is only one TermContentItemId visible in the result and how I can get this working?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions