Appsilon / shiny.semantic

Shiny support for powerful Fomantic UI library.
http://appsilon.github.io/shiny.semantic
Other
497 stars 96 forks source link

feat(semantic_search): extend register_search, add endpoint_name #467

Open DangerousWizardry opened 4 months ago

DangerousWizardry commented 4 months ago

Add the ability for users to name the register_search endpoint in order to have multiple search element on the same page.

Description

Add the possibility for developper to name the shiny endpoint generated by registerDataObj so that user can have multiple search input pointing to different endpoints

Definition of Done