commercetools / commercetools-php-sdk

The e-commerce SDK from commercetools for PHP.
https://docs.commercetools.com/sdk/php-sdk#php-sdk-v1
MIT License
43 stars 22 forks source link

Provide Query DSL Builders #92

Open nkuehn opened 9 years ago

nkuehn commented 9 years ago

Query DSL currently has to be written manually as a string and there's no IDE support.

It would be helpful if the SDK would provide a "typesafe" API to create API queries that are correct DSL.

nkuehn commented 9 years ago

An established example of a search query builder can be taken as a possible reference: http://elastica.io/getting-started/search-documents.html#section-query (an elasticsearch PHP api)