Skip to content

Commit

Permalink
Merge pull request #20873 from HasiniSama/multi-attribute-filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
SujanSanjula96 committed Aug 10, 2024
2 parents f4c68c1 + f102eb8 commit 255daac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ public Object[][] dataProviderForFilterOrganizations() {
return new Object[][] {
{"name co G", false, false},
{"attributes.Country co S", true, false},
{"attributes.Country eq Sri Lanka", true, false},
{"attributes.Country eq Sri Lanka and name co Greater", true, false},
{"attributes.Country eq Sri Lanka and attributes.Language eq Sinhala", true, false},
{"attributes.Country eq USA", false, true}
};
}
Expand Down

0 comments on commit 255daac

Please sign in to comment.