According to these documentations for the Query by Example API, parameters set to null are suppose to be excluded from query by default. However, one of the parameters (an entity's datastore id) was set to null and was still included in the query. The application threw an error because ids cannot be null.
According to these documentations for the Query by Example API, parameters set to null are suppose to be excluded from query by default. However, one of the parameters (an entity's datastore id) was set to null and was still included in the query. The application threw an error because ids cannot be null.
Using version 2.3.1 https://cloud.spring.io/spring-cloud-gcp/multi/multi__spring_data_cloud_datastore.html#_query_by_example https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#query-by-example
Reproduce issue:
git clone --single-branch --branch filtered-search git@github.com:googleinterns/step90-2020.git
git checkout 6e64536705c950297783ec53a343dc9493528c6f
Error Message: