v-technologies/simpl-es

Consistancy problem

Closed this issue · 2 comments

We should be able to create this 2 search requests :

  • $request->filter()->field('name')->value('value')
  • $request->filter()->match('value')->in('field')

Actually only the second call works.

👍 Agree with you. It is very surprising 😄

Ahah. All the API should be rewrited ... I started something with a stronger approach here : https://github.com/scharrier/esprit . But it's far to be ready (and will never been finished, as I haven't written a single line of PHP since 2 months).

Good luck ! ;)