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
This would require know what fields in the q, probably mostly knowable, then checking them against all known and generating errors. Do you really want this level of overhead for every check? The problem is that when you get 0 hits you do not know nor can you tell if the field does not exist but should, does not exist and should not, does exist but does not match criteria. The only of those three that a query to the registry table answers is does not exist and should not. Hence every q would have to be checked to see if the field names were bogus (as in typos or something where they do not exist because they should not exist).
What happens in an or and the user does not care about the typo it is really the other valid field they do care about? In other words, the user would be annoyed at best with 400 error because they know and do not care.
Checked for duplicates
No - I haven't checked
π§βπ¬ User Persona(s)
Data User
πͺ Motivation
...so that I can quickly identify my errors and correct them.
π Additional Details
No response
Acceptance Criteria
Given
When I perform
Then I expect
βοΈ Engineering Details
No response
The text was updated successfully, but these errors were encountered: