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

Add support for 'Group Number' in Taxon queries #4723

Open
Tracked by #4697
grantfitzsimmons opened this issue Apr 2, 2024 · 0 comments · May be fixed by #4724
Open
Tracked by #4697

Add support for 'Group Number' in Taxon queries #4723

grantfitzsimmons opened this issue Apr 2, 2024 · 0 comments · May be fixed by #4724
Assignees
Labels
1 - Bug Incorrect behavior of the product 2 - Queries Issues that are related to the query builder or queries in general SeparationFrom6
Milestone

Comments

@grantfitzsimmons
Copy link
Contributor

grantfitzsimmons commented Apr 2, 2024

First component of #4697

The same issue reported by Taylor is causing an issue with this query defined in Specify 6:

{
  "tableList": "1,9-determinations,4",
  "stringId": "1,9-determinations,4.taxon.Family groupNumber",
  "fieldName": "Family groupNumber",
  "isRelFld": false,
  "sortType": 0,
  "position": 2,
  "isDisplay": true,
  "operStart": 11,
  "startValue": "",
  "isNot": false
}

As described in #4697 (comment), you can only search on "Author" and "Full Name" at a given rank, therefore Specify 7 is unable to successfully execute the query. If we extended support to searching on groupNumber, that would solve this case, but we should do it more generalized if possible.

Specify 7 Crash Report - 2024-03-27T14_37_45.508Z.txt

@grantfitzsimmons grantfitzsimmons added 1 - Bug Incorrect behavior of the product SeparationFrom6 2 - Queries Issues that are related to the query builder or queries in general labels Apr 2, 2024
@grantfitzsimmons grantfitzsimmons linked a pull request Apr 2, 2024 that will close this issue
6 tasks
@CarolineDenis CarolineDenis added this to the 7.9.6 milestone Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - Bug Incorrect behavior of the product 2 - Queries Issues that are related to the query builder or queries in general SeparationFrom6
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants