clytemnestra

Results 18 comments of clytemnestra

I had a similar issue where I'd do $query->body($data) multiple times only to find out that the library replaces the body when calling this function. I ended up using array_merge()

The problem with @Kristories approach is consistency. Calling "->response()" instead of "->get()" will return an array instead of a "Basemkhirat\Elasticsearch\Collection" object, so you need to adapt your parsing method. We...

@ghostku 's method works perfect, would be great to have it documented somewhere. Or to be able to have the json file be taken from the default or yaml config...

Bump. I'd still need something similar. If someone has any idea how to do it, I'll gladly implement it in some overwritten command, but I'm not entirely sure how it...

Should I change everywhere from plural to singular? Since it's everywhere as plural, not only those 2 situations you showed me. Or you want only those 2 cases? I'll be...

Well if you have a project that you haven't ran the command on just yet, and you run it you will get `'button.delete' ='button.delete'` instead of `'button.delete' ='Delete'` All your...

Hm, I don't seem to find the cookbook docs on [the website](http://jmsyst.com/bundles/JMSTranslationBundle)? They should be added, they contain useful info. Or you need access from jms?

I wanted to run the current tests before adding my own to see if it works. I'm running `phpunit Tests` and getting: ``` phpunit PHPUnit 3.7.21 by Sebastian Bergmann. Configuration...

I think I found that DIRECTORY_SEPARATOR might be a solution for this problem too, but thought of it to be troublesome for me to try and do it properly. I'm...