Sébastien Morel

Results 36 comments of Sébastien Morel

hey @Jutanium, sorry I missed that comment. We had a blog post/page in mind already yes. But nothing done yet. but really wanting to do it. We'll work on a...

@gggeek in your example, the viewcache already handles that, isn't it ?

hello here, in order to simplify maintenance of all our boilerplates, we are now using a Mono Repository on which contributions (Issues, and PRs) must be done. It's here: https://github.com/CrystallizeAPI/boilerplates....

In the indexation class, the longitude is first https://github.com/ezsystems/ezfind/blob/master/classes/ezfsolrdocumentfieldgmaplocation.php#L46

@bdunogier Only the ezfind extendedattribute filter was wrong. For me the fact that the ezfsolrdocumentfieldgmaplocation indexes long/lat is not an issue if the extended filter works correctly with. Additionnaly, I...

To my understanding I find out that the sort was also wrong, the geodist function need to know the field/origin. According to the documentation: https://cwiki.apache.org/confluence/display/solr/Spatial+Search > geodist is a distance...

I think @florianalexandre started something here: https://github.com/Novactive/NovaeZLdapAuthenticatorBundle can you tell us more @florianalexandre?

Security concern is worth mentioning here that is important. I have just recompiled with the code mentioned in the PR. Using the binary I am attaching means you trust me....

It's still a bit tricky, on the last version of libgit2 1.4 it's not working. I had to reverse my brew version (sharing the procedure) ``` brew info libgit2 cd...