cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
595
Views
0
Helpful
1
Replies

Condition Based Search in CS

Hi There,

We are working with Context Service SDK. We have one clarification while retrieve the customer data with some certain condition.


We are adding the key, value into the SearchParameters and assign the SearchParamters object to the customer class and getting the result. Which is perfectly working without any issue.


How to write the condition based search? i.e, if the customer balance is greater than > 1000 USD then we are trying to retrieve the condition satisfied customer records. In Context Service SDK document we could not able to get the relevant details.


Can you please let me know how to achieve this functionality in CS?

Thanks,

Dinesh

1 Accepted Solution

Accepted Solutions

sdedeo
Level 1
Level 1

Context Service does not currently support condition based searching on fields other then dates.  Due to the fact that any data identified as PII or Non-PII encrypted is stored in encrypted and hashed form, performing a simple query like balance > 1000 is not possible.

A future version of Context Service may support these types of queries for data with the classification of unencrypted, which enables indexing the data by its true type.

View solution in original post

1 Reply 1

sdedeo
Level 1
Level 1

Context Service does not currently support condition based searching on fields other then dates.  Due to the fact that any data identified as PII or Non-PII encrypted is stored in encrypted and hashed form, performing a simple query like balance > 1000 is not possible.

A future version of Context Service may support these types of queries for data with the classification of unencrypted, which enables indexing the data by its true type.