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
| // The Search Bar (name, description, synonyms, campaign) | |
| https://search-playground.mongodb.com/tools/code-playground/snapshots/671a6986de97729370b8aceb | |
| // Facets and Filtering | |
| 1. Facets (size, type): https://search-playground.mongodb.com/tools/code-playground/snapshots/671a69624b393da1cfa88572 | |
| 2. Filtering (size, type): https://search-playground.mongodb.com/tools/code-playground/snapshots/671a694a4b393da1cfa88570 | |
| // Sorting (Price) | |
| https://search-playground.mongodb.com/tools/code-playground/snapshots/671a69bfde97729370b8aced |
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
| // Index for faceting and sorting on child fields | |
| { | |
| "mappings": { | |
| "dynamic": true, | |
| "fields": { | |
| "embeddedDocField": [ | |
| { | |
| "type": "document", | |
| "dynamic": true, | |
| "fields": { |