Rolf Håvard Blindheim
Rolf Håvard Blindheim
Yes, I got hit by this one as well, using Emacs. Seems they've changed it in [this commit](https://github.com/emacs-lsp/lsp-mode/commit/c32d1c87895224341bc1e1d884ca508c91e4db61) in `lsp-mode`. Just symlinking `language_server.sh` to `elixir-ls` seems to solve the problem...
Absolutely 😁
Hey, I'm afraid that's not possible at the moment. I don't really see that I'll have time implementing this in the near future as I have very limited time working...
@rodrigowirth What backend do you use? I've done some testing on this with Elasticsearch backend and for me it "somewhat" works. The reason is that Elasticsearch (or any other backend...
Hey, thanks for the report. Don't think this has been reported before. May I ask what version you're using for Django, DRF, Haystack and search engine backend?
Thanks! I'll see if I can squeeze in some time to make a fix out of this!
Have to wait for new release of django-haystack before adding support for ES5. I see they have support in their master branch, but no released version yet.
Yes, as you've discovered I've kind of just ignored this. But it should definitely be supported. I have not quite decided on how to do the implementation, but it should...
Another solution could be to introduce a new Meta attribute `field_queries` which basically does the same thing. It might be more intuitive perhaps?
When thinking about it I prefer the latter solution. Even if it requires the introduction of another Meta attribute, it's more declarative and better describes the action which will be...