Hi! Is it possible to add a filter to search like length>200 (for a specific attribute like movie title)?
Last active 5 months ago
5 replies
21 views
- ZO
Hi! Is it possible to add a filter to search like length>200 (for a specific attribute like movie title)?
- OL
Hi Zoltan. It is possible to filter that way. However, please keep in mind that
>
,>=
,<
, and<=
operators apply only to attributes with numerical values. - ZO
Oh sorry, i meant something like len(title)>200
- ZO
@Olu
- ZO
So i would like to search documents that have an at least 200 characters long title (but not any other field, like description)
Last active 5 months ago
5 replies
21 views