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

Find a generic way to allow partial search terms in search calls #586

Open
jframi opened this issue Oct 23, 2023 · 2 comments
Open

Find a generic way to allow partial search terms in search calls #586

jframi opened this issue Oct 23, 2023 · 2 comments
Labels
BrAPI-All Not related to any specific BrAPI Module New Parameter Adding a new search/filter parameter

Comments

@jframi
Copy link

jframi commented Oct 23, 2023

In various search use case, it can be useful to search using part of a term.
A good example is when someone is searching for a germplasm name and want to capture all possible spelling that breeders may have used, or want to retrieve all germplasms that match a specific prefix.
Implementations can use wildcards or specific options like 'starts with', 'ends with', 'contains', etc.
Seems the issue has already been discussed, but would it be useful to propose at the BrAPI specification level a generic mechanism to implement such behaviour in search calls?

@BrapiCoordinatorSelby BrapiCoordinatorSelby added New Parameter Adding a new search/filter parameter BrAPI-All Not related to any specific BrAPI Module labels Oct 23, 2023
@BrapiCoordinatorSelby
Copy link
Member

Linking to #154

@daveneti
Copy link

We are using an approach to filter and sort various entities on fields and/or attributes. It would be easier to put this in branch on git hub, since I can cut and parse the code directly from our version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BrAPI-All Not related to any specific BrAPI Module New Parameter Adding a new search/filter parameter
Projects
None yet
Development

No branches or pull requests

3 participants