Skip to content

Conversation

@zach-10e
Copy link
Contributor

@zach-10e zach-10e commented Feb 28, 2018

Adds test for term combined with terms.

e.g.:

results = idx.search({
  matchAll: {},
  filter:   {
    terms: {
      status: ['PUBLISHED', 'PENDING_REVIEW'],
    },
    term: {
      category: 'crime',
    },
  },
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants