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

Search through all object types #70

Open
danielmarschall opened this issue Sep 10, 2024 · 1 comment
Open

Search through all object types #70

danielmarschall opened this issue Sep 10, 2024 · 1 comment

Comments

@danielmarschall
Copy link
Owner

I just wondered, why does the search feature search only in one specific object type or RA? Why can't it search through everything? Would that be too slow?

@wehowski
Copy link
Collaborator

I will look into it and the search plugin(s) if I find time.

Would that be too slow?

You can work around this by using asynchron javascript requests (so far, plus you can use indexes and caches server side and use JOINs to search over multiple tables in one query!??).
I implemented a search in the Allocations ObjectType Plugin (RA search not omplemented yet):
https://registry.frdl.de/?goto=alloc%3A
It is includes in the latest https://registry.frdl.de/frdl-plugins-latest.zip

Also, it would be interesting to implement APIs for cross-domain and cross-system custom searches, but this maybe out of the OIDplus scope right now!?!

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