Are there other search options for heroku

前端 未结 8 1145
孤街浪徒
孤街浪徒 2021-02-06 05:42

I am about to launch a beta site, and heroku looks like a great option. The only think that is getting me down is that the only search option is $20/mth for the Websolr

8条回答
  •  闹比i
    闹比i (楼主)
    2021-02-06 06:09

    If you're using Postgres for your Rails app then take a look at this free way to do full text search:

    Part 1 and Part 2

    This uses the pg_search gem to allow you to use PostgreSQL's pg_search_scopes feature and have full text search without any other dependencies.

提交回复
热议问题