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

[3.1?] Specifying multiple collections in search url does not work in search/index.php #1302

Closed
mickley opened this issue May 14, 2024 · 3 comments
Assignees

Comments

@mickley
Copy link

mickley commented May 14, 2024

Contact Details

james.mickley@oregonstate.edu

Symbiota portal name

CCH2

What happened?

Previously, one could include a comma-separated-list of collection IDs to search in the search page url, for example:
https://cch2.org/portal/collections/harvestparams.php?db=[12,81]

On the new search page, that functionality no longer works, this selects all collections:
https://cch2.org/portal/collections/search/index.php?db=[12,81]

The only possibility is to search one collection by collection ID:
https://cch2.org/portal/collections/search/index.php?db=81

What operational systems are you seeing the problem on?

Windows

What browsers are you seeing the problem on?

Chrome

@mickley mickley added the bug label May 14, 2024
@themerekat themerekat changed the title [Bug]: Specifying multiple collections in search url no longer works. Specifying multiple collections in search url does not work in search/index.php May 15, 2024
@themerekat themerekat transferred this issue from BioKIC/symbiota-docs May 15, 2024
@themerekat themerekat changed the title Specifying multiple collections in search url does not work in search/index.php [3.1?] Specifying multiple collections in search url does not work in search/index.php May 15, 2024
@GregoryPost GregoryPost self-assigned this May 15, 2024
@GregoryPost
Copy link
Member

Hi @mickley,

I was able to run a query using harvestparams.php and comma separating the collids without brackets.
e.g. https://cch2.org/portal/collections/harvestparams.php?db=70,99

Let me know if this works for you.

@mickley
Copy link
Author

mickley commented May 15, 2024

@GregPost-ASU Yes, it still works on harvestparams.php, but I tried this with and without brackets on the new /search/index.php. Neither worked.

@mickley
Copy link
Author

mickley commented Jun 11, 2024

Woohoo! Nice work all of you!

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

No branches or pull requests

4 participants