Hi guys!, Anyone know if its possible doing someth...
# help
h
Hi guys!, Anyone know if its possible doing something like this? I need to find any word in various columns
n
Hello @huga! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
Well, ignoring performance, you could use the .or filter with multiple ilike's.
n
huga (2022-04-19)
h
Yeah! Thanks. In case if anyone in the future reads this: .or(
column1.ilike.%${search}%,column2.ilike.%${search}%,column3.ilike.%${search}%,column4.ilike.%${search}%,column5.ilike.%${search}%,column6.ilike.%${search}%
)