pingdotgg / uploadthing

File uploads for modern web devs
https://uploadthing.com
MIT License
3.74k stars 267 forks source link

feat: search over multiple columns #799

Open juliusmarminge opened 2 months ago

juliusmarminge commented 2 months ago

Describe the feature you'd like to request

searching should search over multiple columns (e.g. customId)

CleanShot 2024-05-11 at 23 01 39

Describe the solution you'd like to see

not sure if it should just be a concatenated search like

where CONCAT(file.customId, file.name) like '%${search}%'

or if it should be a toggle box from the user what column they're searching on

Additional information

No response

๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributing