Steve Byerly

Results 24 comments of Steve Byerly

@ScottTrenda thank you so much! fixed my issues.

Can you post the example that made it seem like it would work? From my experience, you cannot sort on the score as it's not a field in the document...

I just tried sorting by score in my own code, and proved myself wrong. You can indeed sort by score - at least using solr :) When doing `.order_by('score')`: Haystack...

Hey @DylannCordel - just wanted to check if you'd be able to add some tests to check these changes are working for the whoosh backend?

Would you mind updating the documentation to show the results from the range facet? You provide an example of calling the range_facet, but not the result. Can you also add...

@andreif do you want to work on the changes for this PR? If not, @Nagyman do you want to take ownership and make the necessary updates?

Thank you for the PR @henriquechehad Can you elaborate on what this change is trying to fix? From the error, I believe there may be an issue with your index...

@jobelenus I don't have any experience using celery-haystack, but I have plenty using celery. I handle different priority queues in some of my own applications, so I can't imagine it...

Yes. You'll basically want to send your special indexes to a different queue(s) than the rest so they end up getting processed faster. I've briefly looked at the code and...

I think it's a reasonable addition. Go for it.