thinking-sphinx Questions

3

Solved

I am implementing a full text search API for my rails apps, and so far have been having great success with Thinking Sphinx. I now want to implement a date range search, and keep getting the "bad v...
Hujsak asked 1/6, 2010 at 18:5

2

Solved

Im switching fulltext searching on my site to sphinx. Im going to be using SphinxSE to perform the searches. I created 2 indexes, as specified in the manual: http://www.sphinxsearch.com/docs/manua...
Bendicta asked 2/10, 2010 at 23:15

1

Solved

I generally use will_paginate for the pagination in my app, but have hit a stumbler on my search feature. I'm using Thinking Sphinx for doing my full-text search, which returns results paginated. T...

3

Solved

In my app, I need every new record to be added to the index instantly (not after rake ts:index). If I understand it correctly delta indexing is what I'm looking for. So, I added delta column to eve...
Filip asked 5/5, 2009 at 9:40

1

Solved

I'm using Thinking Sphinx for full-text search, following this video. I'd like to do the following: @articles = Article.search(params[:search], :conditions => "published_at IS NOT NULL", :orde...
Catacomb asked 3/11, 2008 at 11:27

© 2022 - 2024 — McMap. All rights reserved.