You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!?!
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?
The text was updated successfully, but these errors were encountered: