Azure
Docs HomeProduct SiteSupport
  • WireBootstrap for Azure Search
  • Installation
  • Data Connector
  • Query Extensions
  • Filter Component
    • Configuration
Powered by GitBook
On this page
  • Class
  • Render

Filter Component

PreviousQuery ExtensionsNextConfiguration

Last updated 3 years ago

The WireBootstrap Azure Search Filter provides a user interface to all the features of the WireBootstrap Azure Search Connector.

Class

To create a new instance of the filter labels component, use the wire.azSearchFilter class.

const search = new wire.azSearchFilter();

Render

Render the component using an HTML div element.

<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.

wire.ui.component
WireBootstrap Azure Search Filter