Consistancy problem
Closed this issue · 2 comments
scharrier commented
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.
tophsic commented
👍 Agree with you. It is very surprising 😄
scharrier commented
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 ! ;)