Closed ngw closed 10 years ago
Sidenote: Book.search( '*' ) works...
Looks like you need to reindex. Try:
Book.reindex
Is it normal that it takes forever to reindex ? It's 20 minutes already...
Depends on your search_data
method and how many records are in the table. Using the search_import
scope can drastically reduce indexing time if you have N + 1 queries.
Ok. thanks
Hi, I'm facing a weird problem with searchkick right now, for some reasons I'm not able to query the service.
https://gist.github.com/ngw/bb2cab6fb08b726be13e
What am I doing wrong?