Karel Minarik
Karel Minarik
@rubytastic Have you looked here http://stackoverflow.com/questions/11692560/elasticsearch-tire-and-nested-queries-associations-with-activerecord/11711477#11711477 ? There's info and full code for indexing associations.
Hmm, this looks OK. Can you please pastie the output of `Profile.to_indexed_json`? Also, instead of head, just look at the results directly, http://localhost:9200/products/_search?pretty. > however there is not created an...
What about your `to_indexed_json`? `to_json(include: {match: {only: [:text]}})` ?
Hi, thanks for the kind words, Tim -- I'm happy the library is useful at GitHub! I believe we already touched this issue previously. I agree that Rails 2.x support...
To all interested: I would very much like the feedback on following questions: - How to make `Item` usable within Rails without ActiveModel? As soon as you do some `require...
@TwP Thanks for your input -- though I don't think you understood well what I have been in fact asking.
Hi Spencer, I guess it makes sense to make this change (although the change in Elasticsearch is correct). So, what about: 1. Squashing the commits into a single one, 2....
@will-kidzui Hi, `Results::Item` should be fully "Rails compatible", especially in routes. See the generated application. Could you provide an example of code where it does not work? Check that `to_param`...
@tamird @blarralde Hi, reopening, will try to emulate & test it on my end.
Hi, Tire should actually work out of the box for all elasticsearch features :), but nice idea! It's worth a shot implementing this as an optional extension to the DSL.