You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
Right now our LWC search logic looks at what the user types in the Search box versus what raw numeric/string values come from the Salesforce API (that doesn't have any style formatting like for showing percentage values with the % sign or currency symbols etc). This can be confusing for the user to not be able to search on values in the format that they see displayed on-screen.
So this enhancement is to be able to search on the fields using the same formatting as the user sees on screen (including corner cases like unusual date/locale settings)
Right now our LWC search logic looks at what the user types in the Search box versus what raw numeric/string values come from the Salesforce API (that doesn't have any style formatting like for showing percentage values with the
%sign or currency symbols etc). This can be confusing for the user to not be able to search on values in the format that they see displayed on-screen.So this enhancement is to be able to search on the fields using the same formatting as the user sees on screen (including corner cases like unusual date/locale settings)