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
I'm confused. First of all, if I try the same locally, I get a proper JSON response. Looking at the code, it seems like it was changed so that if no notation parameter is given, it does a member lookup (something that we removed from the interface some time ago), and if search is also not given (which is used by the lookup), it will just return the first X results from the database.
I don't know why it's different locally on my machine, and I also don't know if we still need the lookup functionality. What we could do is to only run the lookup if notation is empty and search is not empty.
The text was updated successfully, but these errors were encountered: