-
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: contributor plus another facet (#9788)
fixes #9782 and adds a test
- Loading branch information
1 parent
6af0d7a
commit 075f9cc
Showing
3 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
39 changes: 39 additions & 0 deletions
39
tests/integration/expected_test_results/facets/contributor-alice-label_organic.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"count" : 10, | ||
"page" : 1, | ||
"page_count" : 10, | ||
"page_size" : 24, | ||
"products" : [ | ||
{ | ||
"product_name" : "Apples - Organic - France" | ||
}, | ||
{ | ||
"product_name" : "Apples - Organic - France, Belgium, Canada" | ||
}, | ||
{ | ||
"product_name" : "Apples - Organic, Fair trade - France" | ||
}, | ||
{ | ||
"product_name" : "Bananas - Organic - France - brand2" | ||
}, | ||
{ | ||
"product_name" : "Bananas - Organic - Martinique - brand1" | ||
}, | ||
{ | ||
"product_name" : "Carrots - Fair trade, Organic - France - brand1" | ||
}, | ||
{ | ||
"product_name" : "Carrots - Organic - France - brand1, brand2" | ||
}, | ||
{ | ||
"product_name" : "Chocolate - Organic, Café Label - Martinique" | ||
}, | ||
{ | ||
"product_name" : "Chocolate - Organic, Fair trade - Martinique" | ||
}, | ||
{ | ||
"product_name" : "Oranges - Organic - Spain - brand1, brand2, brand3" | ||
} | ||
], | ||
"skip" : 0 | ||
} |
This file contains 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