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