Nicolas Ruflin
Nicolas Ruflin
@jakxnz I must confess, this is not something I was thinking about before. Do you need anything from us or does the above work for you?
Thanks for the PR. This is getting interesting. I had a quick look to better understand how collate works and it requires a Template Query (https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-template-query.html) which is deprecated in...
+1 on separating this out in a different Github issue / PR. I think the TemplateQuery would extend AbstractQuery. I'm not so sure about the Search Template as it seems...
@vgaldikas Keep me posted on this one. Best open a new github issue for it to have the discussions and questions directly there. Happy to help.
@EliuFlorez Would be great to get a contribution for it!
Mostly sounds good to me. About the PHP version, 7.4 is still supported for about a year. Should we directly jump to 8? What do we gain / loose? Can...
Found this in the PHP docs: ``` CURLAUTH_ANY is an alias for CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_GSSNEGOTIATE | CURLAUTH_NTLM. ``` But not sure i can make sense of it on...
I think having it under FOS is a good option if possible as it is also close to where it is used initially. If other frameworks pick it up for...
@EliuFlorez Are you running on master? Could you share the full Elasticsearch error?
Each Elastica version only supports a specific major of Elasticsearch. So for the above use case you would need two Elastica versions. I wonder in general how you run these...