Skip to content

Comments

avoid filter warning in not ilike requests#136

Closed
odrling wants to merge 1 commit intomainfrom
filter-any-warning
Closed

avoid filter warning in not ilike requests#136
odrling wants to merge 1 commit intomainfrom
filter-any-warning

Conversation

@odrling
Copy link
Member

@odrling odrling commented Feb 14, 2026

example below:

EdgeDB warning: possibly more than one element returned by an expression in a FILTER clause
   ┌─ query:10:12
   │
10 │       filter .edges.media in medias and .image_large not ilike '%/default.jpg'
   │              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If this is intended, try using any()```

example below

EdgeDB warning: possibly more than one element returned by an expression in a FILTER clause
   ┌─ query:10:12
   │
10 │       filter .edges.media in medias and .image_large not ilike '%/default.jpg'
   │              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If this is intended, try using any()
@odrling odrling closed this Feb 21, 2026
@odrling odrling deleted the filter-any-warning branch February 21, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant