Hi

I wrote my custom prompts for selecting playlists and songs in mpd and used mkComplFunFromList to make completion function.
What is the easiest way to enable partial matching of input against completion list. I mean so that compare was like
select .. from ... where ... like '%input%'
?

Thank you.