erichard / elasticsearch-query-builder

Build query for an ElasticSearch client using a fluent interface
MIT License
39 stars 20 forks source link

Added wildcard filter #2

Closed StarveTheEgo closed 6 years ago

StarveTheEgo commented 6 years ago

This is my first PR ever, hope it is well-formed

Not sure about escapeWildcards, - hope it suits fine here! :-)

erichard commented 6 years ago

Nice ! Can you add the factory method in src/Filter/Filter.php as well ?

StarveTheEgo commented 6 years ago

Done! :-)

StarveTheEgo commented 6 years ago

Added setSource method also... Not sure if it should be in another branch tho I need this method too :-D

erichard commented 6 years ago

Thanks ! And congrats for your first PR :)