Skip to content

Commit

Permalink
Fix another snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonandre committed Nov 20, 2023
1 parent 4c54091 commit 72114c2
Showing 1 changed file with 0 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,48 +510,6 @@ Object {
}
`;

exports[`QueryBuilderDateSearch transformDateSearchToDSL function Partial Match operation Normal field 1`] = `
Object {
"range": Object {
"data.attributes.dateField": Object {
"format": "yyyy-MM-dd",
"gte": "1998-05-19",
"lte": "1998-05-19",
"time_zone": "+00:00",
},
},
}
`;

exports[`QueryBuilderDateSearch transformDateSearchToDSL function Partial Match operation With relationship as field 1`] = `
Object {
"nested": Object {
"path": "included",
"query": Object {
"bool": Object {
"must": Array [
Object {
"range": Object {
"includes.name": Object {
"format": "yyyy-MM-dd",
"gte": "1998-05-19",
"lte": "1998-05-19",
"time_zone": "+00:00",
},
},
},
Object {
"term": Object {
"included.type": "collection",
},
},
],
},
},
},
}
`;

exports[`QueryBuilderDateSearch transformDateSearchToDSL function lessThanOrEqualTo operation Normal field 1`] = `
Object {
"range": Object {
Expand Down

0 comments on commit 72114c2

Please sign in to comment.