-
-
Notifications
You must be signed in to change notification settings - Fork 873
Full Text Search Query #1196
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
Full Text Search Query #1196
Conversation
| @param value the substring that the value must contain. | ||
| @return The same instance of `PFQuery` as the receiver. This allows method chaining. | ||
| */ |
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.
Can we call it matchesText instead of fullText?
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.
done
|
Awesome! Let’s make a plan for the 3.0 release so we can release everything at once :) |
|
Works for me |
|
Looks like this is just about good, and the requested changes have been added some time ago now...I'll assign myself and give this a better look in a bit. |
montymxb
left a comment
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.
Alright, was just comparing this against what you submitted over for #333 and this looks good 👍 .
@flovilmart removed your old review but if you have any additional thoughts let me know. Looks like we're ready to merge this in though.
|
Hi @montymxb as the changes have been approved can we get this one merged in? |
|
@johnantoni Yes we can! Seems we didn't follow up after approval... |
Ref: parse-community/parse-server#3904
Closes: #1167