<div dir="auto"><br style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px"><span style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px">> how would you see such a change?</span><div dir="auto"><br></div><div dir="auto"><font color="#500050" face="sans-serif"><span style="font-size:12.8px">I'm all ok with it!</span></font></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 26 févr. 2021 à 11:12, IOhannes m zmoelnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi all,<br>
<br>
i would like to change the way the "find externals" search currently works.<br>
<br>
right now, whenever you enter a simple search term (e.g. "foo"), the <br>
search will return all libraries and objects that have the string "foo" <br>
somewhere in their name.<br>
i think this is wrong, as it makes it extra hard to search for an exact <br>
name that happens to also be used as a part of library/object names.<br>
<br>
the problem is somewhat enlarged, as by default both libraries and <br>
objects are searched, and the object-results are kind of opaque (e.g. <br>
looking for "lim" will return 10 hits.<br>
among them is "bandLIMited", zexy and iemlib.<br>
<br>
to the user it's a bit mysterious why they get these results (they <br>
probably don't know that there's a [limiter~] in zexy, or a [speedlim] <br>
in iemlib).<br>
<br>
i think it would help a lot if a search term like "lim" would only <br>
return exact matches.<br>
<br>
it's probably little known, but you can already use wildcards in your <br>
search term.<br>
so if you do want to search for any string containg 'lim', you can <br>
(already) use "*lim*".<br>
you can also use "lim*" (to match any strings that start with 'lim') <br>
resp "*lim" (for strings that end with 'lim').<br>
<br>
right now, the logic is: if there is no wildcard in the searchstring, <br>
the server will automatically add '*' around the term (so 'lim' really <br>
becomes '*lim*')<br>
<br>
i'd like to require the user to add wildcards explicitely.<br>
<br>
<br>
the thing is: the implicit wildcards are added on the server-side.<br>
if i change it there, suddenly all searches are going to behave <br>
different than how they do now.<br>
regardless of the Pd-veresion (or deken-plugin version) you are using.<br>
<br>
<br>
how would you see such a change?<br>
would the disruption be acceptable?<br>
or not? (in which case i need to find some other solution; however, if <br>
the current behaviour is annoying to most people anyhow, i'd rather <br>
change it for good)<br>
<br>
gfmadrs<br>
IOhannes<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank" rel="noreferrer">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>