Aydar Omurbekov

Results 12 comments of Aydar Omurbekov

@gr8bit If you have a code could you please share it? I would appreciate greatly.

@gr8bit Thank you very much for your code and explanation! It generates the following sunspot request without `AND` keyword. ` ["type:Book", "{!join from=book_id_i to=id_i}score_e:{10\\.0 TO *}", "{!join from=book_id_i to=id_i}job_id_i:859"], :start=>0,...

I have decided to use the following code as a temporary solution. Thanks, guys! ``` Book.search do adjust_solr_params do |params| params[:fq] = "{!join from=book_id_i to=id_i}job_id_i:859 AND score_e:{10.0 TO *}" end...

Hi @gr8bit, I don't know why it behaves differently. I'm using the latest `sunspot 2.5.0` version. Thanks for the suggestion, it works great!

it seems no one dared to update to the latest angular version :)

Add this gem https://github.com/rails/actionpack-xml_parser and include the following into `application.rb` ``` config.middleware.use ActionDispatch::XmlParamsParser config.api_only = false ```

@thousandsofthem @pyeremenko could you please review

@alex-litvak could you please review?

Could you resolve conflicts and I will merge?