#community-help

Filtering Int64 Array with "not in" Function

TLDR Maxi asked how to filter an int64 array with "not in." Jason suggested using field:!=[1,2,3].

Powered by Struct AI

1

Feb 27, 2023 (9 months ago)
Maxi
Photo of md5-d3c1ea3951b2e0286085d33d1eb9fdf7
Maxi
06:07 PM
Hi! Is there a way to make a not in type of filtering for an array of int64 ?
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
06:37 PM
Could you try this on 0.25.0.rc12

field:!=[1,2,3]
Maxi
Photo of md5-d3c1ea3951b2e0286085d33d1eb9fdf7
Maxi
06:47 PM
Hmmm I'll try that! Thanks!

1