Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in taxonNameSuggestion search behaviour #11

Open
ianengelbrecht opened this issue Nov 4, 2024 · 1 comment
Open

Change in taxonNameSuggestion search behaviour #11

ianengelbrecht opened this issue Nov 4, 2024 · 1 comment

Comments

@ianengelbrecht
Copy link

My apologies, I feel like I'm bombarding you with issues here.

It appears that the behaviour of the taxonNameSuggestion GraphQL query has changed. A few weeks ago, during a data capture project, we were sending partial name strings with two or more parts with wildcard characters, and the API was returning results as expected. Now it doesn't seem to work anymore.

This works:

query {
taxonNameSuggestion(termsString: "welw*") {
fullNameStringPlain,
id,
role,
}
}

But this doesn't (returns an empty array):

query {
taxonNameSuggestion(termsString: "welw* mir") {
fullNameStringPlain,
id,
role,
}
}

@ianengelbrecht
Copy link
Author

Probably 6-8 weeks ago it was working as described above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant