Paulo Alvarado
Paulo Alvarado
:thumbsup:
@Ichag Hello, I think it's a good idea to provide some honeypot functionality. That said, I'm leaning more towards using a third party integration vs implementing it directly on the...
Hello @leety, Can you provide me with a full traceback? I find it odd that parler doesn't respect the thread language when one is explicitly activated.
@jrief the need for a `default` connection is documented in haystack, we can extend our example in the readme to include the default connection.
Hello Jakob, Just to make sure I understand, in your example above you expect the `de` title to be indexed but instead the `en` one is the one that gets...
So yes this is a problem I'm quite familiar with. And yes the only solution to this is to leverage `get_language()` method because it's the only method that knows how...
Your suspicion is accurate, haystack allows you to exclude indexes from certain connections and so it is possible that we fail to get an index for a connection but in...
Hey @jakob-o, I meant to post an update here.. I closed the pr https://github.com/aldryn/aldryn-search/pull/49#issuecomment-170371362 and posted an explanation as to why I decided it's not the way to go. I...
@jakob-o Thanks for the suggestions. I've decided to use a more explicit approach for the addons by creating a base index in https://github.com/aldryn/aldryn-translation-tools that will then provide some functionality to...
Hello @jakob-o, I've not gotten around to implement the language fix yet.. Regarding your points: 1. I agree :) 2. I like the name `action` but can rename to `user_action`,...