PHPackages                             ibnudirsan/full-text - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. ibnudirsan/full-text

ActiveLibrary[Search &amp; Filtering](/categories/search)

ibnudirsan/full-text
====================

Full-text searching MySQL is using MATCH() AGAINST() syntax.

10PHP

Since Oct 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ibnudirsan/FullText-search-mysql)[ Packagist](https://packagist.org/packages/ibnudirsan/full-text)[ RSS](/packages/ibnudirsan-full-text/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FullText Search MySQL
=====================

[](#fulltext-search-mysql)

Full-text searching is performed using MATCH() AGAINST() syntax. MATCH() takes a comma-separated list that names the columns to be searched. AGAINST takes a string to search for, and an optional modifier that indicates what type of search to perform. The search string must be a string value that is constant during query evaluation.

```
