Skip to content

CR-2152 #time 1h Add method that allows for specific queries - #6

Open
thedanpaz wants to merge 7 commits into
zeroasterisk:masterfrom
AudiologyHoldings:CR-2152-query-for-specific-association-key
Open

CR-2152 #time 1h Add method that allows for specific queries#6
thedanpaz wants to merge 7 commits into
zeroasterisk:masterfrom
AudiologyHoldings:CR-2152-query-for-specific-association-key

Conversation

@thedanpaz

Copy link
Copy Markdown

Method allows for specific queries against a desired _source key
instead of using the default fuzzy matching. For example
{"_source":true, "query": {"term" : {"association_key" : "2"}}} as
a query would only try to match on an association_key of 2 instead
of any association_key that contains a 2 within it.

markvince and others added 7 commits April 29, 2019 14:35
Method allows for specific queries against a desired _source key
instead of using the default fuzzy matching. For example
{"_source":true, "query": {"term" : {"association_key" : "2"}}} as
a query would only try to match on an association_key of 2 instead
of any association_key that contains a 2 within it.
…SearchIndex into CR-2152-query-for-specific-association-key
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