Changes
<br>
==== GUID Properties ====
<br>
For performance/usability reasons, the result list is not immediately refreshed as one types in the text box. Instead, it only happens after the ReloadChildListCommand is triggered.
<br>
By default, the expression used for filtering is Content["PROPERTY_NAME"].DisplayValue.ToLower().Contains(FILTER_VALUE.ToLower())==true.
In other words, it checks whether the specified filter value (as string) is contained in the display value of the property.
<br><br>
== UI Customizing ==