The WireBootstrap Azure Search Filter provides a user interface to all the features of the WireBootstrap Azure Search Connector.
The WireBootstrap Azure Search Filter extends the wire.ui.componentarrow-up-right class. As such, it inherits all the base functionality of that class.
To create a new instance of the filter labels component, use the wire.azSearchFilter class.
wire.azSearchFilter
Render the component using an HTML div element.
div
Last updated 4 years ago
const search = new wire.azSearchFilter();
<div id="search"></div> ... search.render("#search",{ ... });