-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Awhile back, we added initial-value support to pre-filter candidates based on the presence of pdfs, links, notes.
This is simple, works well for its purposes, and is flexible.
But it doesn't work well in the case of multiple candidate selections.
@mohkale has separately experimented with using grouping with consult filtering, but this also doesn't work with multiple selections, as consult--read is single selection only.
Aside: I'm also not convinced grouping is the right UI for this use case.
In this issue, Daniel Mendler suggested writing our own custom CRM-like completion table to do what we want (but with the caveat IIUC: it won't currently work correctly in selectrum, which may make it a deal-breaker).
minad/vertico#59 (comment)
minad/vertico#59 (comment)
I don't know if I have the skill to do that, and I definitely don't have the time in the near future, but worth considering at some point.
cc @ilupin and @publicimageltd just so they are aware of the conversation
PS - I tagged this with a "future" milestone to indicate it's not important to address now.