Configuration
Properties
Name
Description
Bind the Component
const source = new wire.data.DataSource("az-search", {
Provider: {
service: "azs-playground",
index: "realestate-us-sample",
queryKey: "*****",
suggesterName: "sg"
}
});const query = wire.data.select("number","street","city","region","countryCode")
.search("*")
.facet("type")
.facet("status");Suggest
Last updated