We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To replicate error:
chhose more...
family(matched)
The first 4 entries on the left hand side (not in the popup) do the right thing and show a filtered view for that family name.
Therefore the bug is that the inline and popup links are not being generated in the same way.
Correct (inline) link: https://lists.ala.org.au/speciesListItem/list/dr884?fq=matched+family:Orchidaceae Broken (popup) link: https://lists.ala.org.au/speciesListItem/list/dr884?fq=family(matched):Orchidaceae
https://lists.ala.org.au/speciesListItem/list/dr884?fq=matched+family:Orchidaceae
https://lists.ala.org.au/speciesListItem/list/dr884?fq=family(matched):Orchidaceae
Fix is modify the code in the popup to generate the same link as the inline version. Seems to be related to #306
The text was updated successfully, but these errors were encountered:
#319 Fix for SQL error for family popup link
92b2e11
Merge pull request #320 from AtlasOfLivingAustralia/319-species-lists…
2c8b2e1
…-selecting-family-from-popup-filter-returns-error #319 species lists selecting family from popup filter returns error
Successfully merging a pull request may close this issue.
To replicate error:
chhose more...
link under thefamily(matched)
facetThe first 4 entries on the left hand side (not in the popup) do the right thing and show a filtered view for that family name.
Therefore the bug is that the inline and popup links are not being generated in the same way.
Correct (inline) link:
https://lists.ala.org.au/speciesListItem/list/dr884?fq=matched+family:Orchidaceae
Broken (popup) link:
https://lists.ala.org.au/speciesListItem/list/dr884?fq=family(matched):Orchidaceae
Fix is modify the code in the popup to generate the same link as the inline version.
Seems to be related to #306
The text was updated successfully, but these errors were encountered: