Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Conversation

@StijnVrolijk
Copy link
Contributor

Create a MatchAgainst parser which allows us to use full text search in doctrine queries

example usage:

...
WHERE MATCH_AGAINST(myContentField, :my_term 'IN NATURAL LANGUAGE MODE') > 0.3
...

stijnvrolijk added 2 commits June 22, 2017 11:36
…in doctrine queries

example usage:
```
...
WHERE MATCH_AGAINST(myContentField, :my_term 'IN NATURAL LANGUAGE MODE') > 0.3
...
```
@StijnVrolijk StijnVrolijk force-pushed the match-against-extension branch from 09563e8 to 44967f2 Compare June 22, 2017 09:54
@jonasdekeukelaere jonasdekeukelaere merged commit a2a0d7f into sumocoders:master Jul 10, 2017
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.

3 participants