B2026-053-Find-Unlinked-Values-of-Selected

This commit is contained in:
2026-07-23 09:21:09 -04:00
parent 7c3a43749c
commit f93b16fc52
@@ -2210,6 +2210,10 @@ namespace Volian.Controls.Library
ss = ' ' + SearchString; //B2026-053 add a space prefix to make the search exact. If search is 5% this makes it excult 25% 55% etc.; ss = ' ' + SearchString; //B2026-053 add a space prefix to make the search exact. If search is 5% this makes it excult 25% 55% etc.;
} }
} }
else
{
ss = ' ' + SearchString + ' '; // Exact match add spaces before and after search string.
}
} }
else else
{ {