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

Added match phrase option #412

Closed
wants to merge 2 commits into from
Closed

Conversation

pluton-house
Copy link

This provides the option to request the query to apply to a phrase. For example, to offer different matching options such as 'all words', 'any words' or 'exact phrase', this mod provides the last option.

@ankane
Copy link
Owner

ankane commented Mar 23, 2015

Thanks for the pull request @pluton-house. Can you add tests with the expected behavior?

@pluton-house
Copy link
Author

OK, tests added, I welcome feedback on my code :-)

@juicyJ
Copy link

juicyJ commented Apr 1, 2015

👍

2 similar comments
@YuheiNakasaka
Copy link

👍

@tbprojects
Copy link

👍

@felipedaraujo
Copy link

Was this added in another PR? Why does it still open?

@swaathi
Copy link

swaathi commented Aug 5, 2015

When will this be merged? Have been waiting for this feature for quite some time!

@pramodthammaiah
Copy link

Would love to see this merged. Thanks!

@ankane
Copy link
Owner

ankane commented Nov 15, 2015

Sorry for being slow on feedback @pluton-house.

I worried the approach for testing introduces unneeded complexity. I think it's better to be more explicit with the expected results (have the actual product names in the assertion).

Also, take advantage of Minitest's setup method (which runs before each test) for seeding the data.

@ankane ankane closed this in 5950aaf Feb 18, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants