statianzo / que-web

A web interface for the Que queue
BSD 3-Clause "New" or "Revised" License
88 stars 50 forks source link

Allow search by ActiveJob class name #71

Closed swrobel closed 4 years ago

swrobel commented 4 years ago

Worth noting that I made the search for ActiveJob class case-insensitive but left the existing search behavior unchanged ... can change this if desired. TBH case-sensitive search doesn't make sense to me in this context.

swrobel commented 4 years ago

FYI, the json operator I'm using is supported in Postgres 9.5 which is the minimum requirement for Que 1.0

morgoth commented 4 years ago

I think we could apply case-insensitive search in both cases. What do you think @statianzo?

statianzo commented 4 years ago

Case insensitive sounds good to me. Also, filtering to the ActiveJob name sounds like it would be helpful for a number of users.