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
In the Distributor Pull UI, searching is returning incorrect results for queries with spaces or other formatting.
Reviewing the code, and it seems that sanitize_key was used to sanitize search text, which strips out all text and formatting. Suggest replacing that with rawurlencode or sanitize_text_field.
The text was updated successfully, but these errors were encountered:
In the Distributor Pull UI, searching is returning incorrect results for queries with spaces or other formatting.
Reviewing the code, and it seems that
sanitize_key
was used to sanitize search text, which strips out all text and formatting. Suggest replacing that withrawurlencode
orsanitize_text_field
.The text was updated successfully, but these errors were encountered: