Go Headless

/

Develop Websites
Get Started
Workspace & Tools
Coding with Velo
Code Tutorials
Wix Editor Elements
Databases
Wix Apps
About Apps Made by Wix
Replace a Wix Business App Page with Your Own Custom Version
Wix App Collections
Querying Wix App Collections
Working with Wix App Collection Fields
Wix Bookings
Wix Bookings "Services" Collection Fields
Wix Bookings "Schedule" Collection Fields
Wix Bookings "Staff" Collection Fields
Ideas for Working with Your Wix Bookings App Collections
Wix Bookings Schema for Wix Search
Build a Custom Booking Calendar Page
Build a Custom Booking Service Page
Wix eCommerce & Stores
Wix Members
Other Apps
Best Practices
In This Article

  1. documentType
  2. _id
  3. title
  4. description
  5. url
  6. image
  7. category
  8. tagLine
  9. staffMembers

Wix Bookings Schema for Wix Search

This article describes the Wix Booking fields you can search, sort, filter, and apply facets to when using the wix-search API.

To search Wix Booking services on your site, set the search document type as "Bookings/Services":

Copy

Notes

The Bookings fields supported by wix-search are not identical to the fields in your site's Bookings/Services collection.

The following fields appear in each matching search result document when searching Wix Booking services:

documentType

Description: Document type that was searched. In this case, "Bookings/Services".
Type: String
Can search the content of this field: No
Can facet: No
Can sort: No
Can filter: No

_id

Description: Service ID.
Type: String
Can search the content of this field: No
Can facet: No
Can sort: No
Can filter: No

title

Description: Service name.
Type: String
Can search the content of this field: Yes
Can facet: No
Can sort: No
Can filter: No

description

Description: Service description.
Type: String
Can search the content of this field: Yes
Can facet: No
Can sort: No
Can filter: No

url

Description: Service page's link.
Type: String
Can search the content of this field: No
Can facet: No
Can sort: No
Can filter: No

image

Description: File source of the image for this service.
Type: String
Can search the content of this field: No
Can facet: No
Can sort: No
Can filter: No

category

Description: Category associated with the service.
Type: String
Can search the content of this field: Yes
Can facet: No
Can sort: No
Can filter: No

tagLine

Description: Service's tagline (subtitle).
Type: String
Can search the content of this field: Yes
Can facet: No
Can sort: No
Can filter: No

staffMembers

Description: Staff members associated with the service.
Type: Array of Strings
Can search the content of this field: Yes
Can facet: Yes
Can sort: No
Can filter: hasSome, hasAll

Did this help?