bullhorn / taurus

Typescript client for the Bullhorn REST API
MIT License
10 stars 6 forks source link

feat(Where): add explicit AND operator to Where #77

Closed dvoegelin closed 2 years ago

dvoegelin commented 2 years ago

Adding AND operator logic in order to accommodate more advanced searching. Change is purely additive.

Also adding back snapshot publishing workflow to better facilitate taurus development.

bvkimball commented 2 years ago

Sounds like have the need to push a raw query to the EntityList. We intentionally didn't use the properties query and where to avoid confusion with the REST params between Search and QueryService... filter was meant to abstract that.

So it seems like a better name would be rawFilter, but the user will still need to know the Syntax for the Entity they are querying against.

This will be a problem if we migrate the Underlying tech backing an entity all those queries will become invalid. We should weigh if we should be parsing our query to the Standard JSON format instead.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 3.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: