In my collection I have a property defined as: wvcc.Property(name="app_id", data_type=wvcc.DataType.TEXT)
which contains a string value of which the following is an example: 2023-10-29-freud-dai-propri-fantasmi-alle-verita-oggettive
if I perform a qery as follows:
(please not that it’s a substring) I get a response.object match.
I would have expected this behaviour to be exhibited by the like operator.
Thank you
PS Is this the best pattern to check if I do have a specific object in the collection similarly to a SQL LIKE condition on a text field ?