This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST catalogstagingv4/_search | |
{ | |
"size": 50, | |
"_source": [ | |
"catalog.itemDescription", | |
"catalog.productName", | |
"catalog.manufacturerName", | |
"catalog.productDescription", | |
"catalog.categoryPathName", | |
"catalog.pkg" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST catalogstagingv4/_search | |
{ | |
"size": 50, | |
"sort": [ | |
"_score", | |
{ | |
"catalog.unitPrice": "asc" | |
} | |
], | |
"query": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"query": { | |
"terms": { | |
"catalog.categoryPathName.keyword": [ | |
"Skin And Wound Care>Tapes>Cloth", | |
"Orthopedic & Physical Therapy>Splints/Braces>Lower Extremities" | |
] | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sort": [ | |
"_score", | |
{ | |
"catalog.unitPrice": "asc" | |
} | |
], | |
"query": { | |
"bool": { | |
"should": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sort": [ | |
"_score", | |
{ | |
"catalog.unitPrice": "asc" | |
} | |
], | |
"query": { | |
"bool": { | |
"should": [ |