Skip to content

Instantly share code, notes, and snippets.

@awjian
awjian / gist:55c422bd0c0d1d8fff690d7df49c418b
Last active November 13, 2024 14:55
beyond-the-search-bar-examples
// 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
@awjian
awjian / sortFacetParentDocByChildField-sortChildDocsWithSortArray
Last active March 12, 2024 22:25
sort and facet in Atlas Search with child fields
// Index for faceting and sorting on child fields
{
"mappings": {
"dynamic": true,
"fields": {
"embeddedDocField": [
{
"type": "document",
"dynamic": true,
"fields": {