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

Do Search or FIltering by URL #176

Open
DRx3D opened this issue Aug 11, 2023 · 1 comment
Open

Do Search or FIltering by URL #176

DRx3D opened this issue Aug 11, 2023 · 1 comment

Comments

@DRx3D
Copy link

DRx3D commented Aug 11, 2023

Khronos Tooling has a need to be able to present a filtered & sorted list of matching entries in the Projects DB. The results need to be generated by URL only. The results should be filtered by the supplied tags (initially AND is fine) and filtered either alphabetically or randomly.

The specific use case is various tools (Khronos or otherwise) would link to the Ecosystem Explorer (EE) to generate a list of Khronos member-build applications that do similar operations. For example glTF-Compressor would like to EE and generate a list including RapidCompact, Gestaltor, and other texture or geometry modification applications.

@javagl
Copy link
Contributor

javagl commented Aug 11, 2023

I assume that this refers to query strings, similar to the example that I mentioned in a related comment - namely

Bonus: If it is possible to attach this as an actual query string to the URL, it would be possible to share URLs with "pre-configured searches" like [All C++ projects](http://example.com?query=[language:C++]).

We'll have to sort out the query syntax for that. (Sure, just throwing in the "tags" would be easy, but the devil is in the detail, regarding the AND-vs-OR question, and the usual caveats of escaping/unescaping of strings like C++ inside a URL...)

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

2 participants