Good Day, I'm trying to use a multi select plugin (this code is in the controller):
view_contents.append(plugin_multiselect(db.vulnerabilities.assets)) Is the line of code to connect (and it does, the plugin works as it is supposed to), but I was wondering if it is possible to make a WHERE clause for only certain options to be included. Looking at the method being called plugin_multiselect, I don't think that it provides any facility for doing this. Am I mistaken in this view? Or is it possible to filter the row selection? Thanks! Mathew Grabau

