soundintheory / fuel-cmf

A CMF for rapid web application development, built upon FuelPHP and Doctrine ORM
8 stars 0 forks source link

Search functionality #11

Open andyjwwhite opened 11 years ago

andyjwwhite commented 11 years ago

Needs a greater degree of control over field weighting and general indexing options. Settings on the model should be 'one size fits all' which can be used for either ElasticSearch or standard SQL search.

Consider upgrading to a driver-based approach, so the search backend can be configured easily, as ElasticSearch may not always be available.