partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.39k stars 401 forks source link

Integrate Sphinx for searching #89

Open Drachenkaetzchen opened 13 years ago

Drachenkaetzchen commented 13 years ago

http://www.ibm.com/developerworks/library/os-php-sphinxsearch/

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Drachenkaetzchen commented 12 years ago

This isn't something that can be done in one weekend - I have underestimated the complexity.

As fallback to non-sphinx fulltext searching is required, this needs to be drafted first. Unfortunately, there's no sphinx support for Doctrine (which I assumed there is, but this was for Doctrine1).

Drachenkaetzchen commented 12 years ago

A basic fulltext search has been implemented, the rest will take place in 0.1.8.

Drachenkaetzchen commented 11 years ago

The search engine should be able to take a quoted string to indicate that the individual words shouldn't be ANDed, as outlined in #279.