joemfb / ml-search-ng

angular module for MarkLogic search applications
https://joemfb.github.io/ml-search-ng/
9 stars 10 forks source link

updates and refactors query-builder usage #78

Closed joemfb closed 9 years ago

joemfb commented 9 years ago

updates to the latest ml-common-ng version, in order to use the new query-builder API. This PR removes all calls to deprecated qb methods, for forward compatibility as the query-builder evolves.

Additionally, refactors and simplifies combined query usage.

re #26