Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bool, float, int in field params values for match phrase query #1944

Merged
merged 2 commits into from
Mar 23, 2021

Conversation

deguif
Copy link
Collaborator

@deguif deguif commented Mar 23, 2021

 ------ ------------------------------------------------------------------- 
  Line   Query/MatchPhrase.php                                              
 ------ ------------------------------------------------------------------- 
  83     Parameter #3 $value of method                                      
         Elastica\Query\MatchPhrase::setFieldParam() expects string, float  
         given.                                                             
 ------ ------------------------------------------------------------------- 

 ------ ----------------------------------------------------------------- 
  Line   Query/MatchPhrasePrefix.php                                      
 ------ ----------------------------------------------------------------- 
  26     Parameter #3 $value of method                                    
         Elastica\Query\MatchPhrase::setFieldParam() expects string, int  
         given.                                                           
 ------ ----------------------------------------------------------------- 

@deguif deguif self-assigned this Mar 23, 2021
@deguif deguif merged commit 0a06ce1 into ruflin:master Mar 23, 2021
@deguif deguif deleted the field-param-match-phrase-query branch March 23, 2021 12:55
@deguif deguif added this to the 7.1.1 milestone Mar 24, 2021
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