companionstudio / islay

A Rails engine which forms the base for a website back-end.
MIT License
0 stars 0 forks source link

Improve search function #18

Open lukesutton opened 11 years ago

lukesutton commented 11 years ago

We've got a custom implementation of searching, which is a bit wonky in parts and not particularly accurate. We need a different approach, preferably one which uses a third-party lib.

https://github.com/Casecommons/pg_search This one looks quite nice. It already does all the things that we want.