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
Awards search uses the q= search parameter on the background which expects a valid opensearch query string. If user wants to search, for example, by a number abcdef/ghi, the search will fail on 500. A workaround is to enclose the string in quotes "abcdef/ghi".
The preferred solution would be to use the suggest api that does the escaping automatically and works in this case.