Skip to content
Discussion options

You must be logged in to vote

I want to add more content type like software and others
like csv values "Software","Interfaces","Other"
When modify above query and add values like above in csv format so it give error see below query:

{ "query": { "bool": { "must" : { "term" : { "Content.ContentItem.ContentType" : "Software","Interfaces","Other" } }, "filter": [ { "term": { "Content.ContentItem.Published" : "true" }}, { "wildcard": { "Content.ContentItem.DisplayText" : "Prime*" }} ] } } }

where interface and other is differ content type, when execute this query it give error. @ns8482e please advise.

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
9 replies
@saleemhaq
Comment options

@ns8482e
Comment options

@saleemhaq
Comment options

@Skrypt
Comment options

@ns8482e
Comment options

Comment options

You must be logged in to vote
4 replies
@Skrypt
Comment options

@saleemhaq
Comment options

@Skrypt
Comment options

@Syed-Hasnain-Askari
Comment options

Answer selected by Syed-Hasnain-Askari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #12268 on August 26, 2022 19:28.