[Feature Request] Add API for registering search aliases at runtime
Nolij opened this issue ยท 1 comments
I need to dynamically generate search aliases at runtime (specifically in the register method of an EMI plugin) for an upcoming project of mine. I'm currently achieving this by using a mixin targeting dev.emi.emi.search.EmiSearch.bake(), but I'd much rather use a proper API.
I'm happy to provide an implementation myself if you can provide any preferences you'll have for the API interface. Just let me know.