Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
384 stars 105 forks source link

Fulltext-Search #151

Open steinhmor opened 8 years ago

steinhmor commented 8 years ago

It would be grate to have an option to be able to search all the fields of tasks, etc. (maybe also in uploaded files / filenames).

Alanaktion commented 8 years ago

I improved the search a while ago to search by words instead of phrases, but I'll look into searching all fields. The way MySQL handles searching, we run into issues determining relevance when we search too many fields, so that may prevent this change until I come up with a better solution for search. @alexander-gess recommended using the Sphinx search engine in #63, but I'm not sure I want to add an external dependency for the main search, so that will likely be implemented in a plugin instead.