filter with $like #65

Open
opened 2026-02-16 05:16:24 -05:00 by yindo · 0 comments
Owner

Originally created by @gesaleh on GitHub (Jan 30, 2025).

Hi everyone

is it possible to use the filter and how as follow

{
'client_name': {'$like': ['%A%', '%B%', '%C%', '%D%']}, 
'project': {'$like': ['%F%', '%E%', '%G%']}, 
'filename': {'$like': ['%main.pdf%']}
}

or i have to specify $like for each ?

Originally created by @gesaleh on GitHub (Jan 30, 2025). Hi everyone is it possible to use the filter and how as follow ``` { 'client_name': {'$like': ['%A%', '%B%', '%C%', '%D%']}, 'project': {'$like': ['%F%', '%E%', '%G%']}, 'filename': {'$like': ['%main.pdf%']} } ``` or i have to specify $like for each ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#65