-
Notifications
You must be signed in to change notification settings - Fork 731
Options for TermsFilter lookup #580
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
Conversation
I don't think the failing tests were because of my changes... |
@@ -26,12 +26,29 @@ public function testLookup() | |||
|
|||
//use the terms lookup feature to query for some data | |||
$termsFilter = new Terms(); | |||
$termsFilter->setLookup('lastName', $type2, 'led zeppelin', 'members'); | |||
$termsFilter->setLookup('lastName', $type2, 'led zeppelin', 'members', NULL); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if you don't add NULL here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked with another local test and it works.
Yes, the failing is because of some issues with the newest ES version which we still have to look into. |
Ok, good to know. Canyou update the changes.txt file? |
done. |
Thx. Merged. |
Refs #579