Go Headless

/

REST
Articles
Get Started
Use the Wix MCP
What's New

App Management
OAuth 2
App Billing
App Instance
App Permissions
Embedded Scripts
BI Event
Editor Deep Link
Site Plugins

Business Solutions
eCommerce
Stores
Bookings
CMS
Events
Restaurants
Blog
Introduction
Sample Flows
Blog Schema for Wix Search
Draft Posts
Tags
Posts & Stats
Category
Forum
Pricing Plans
Portfolio
Benefit Programs

Assets
Media
HTTP Functions
Pro Gallery

CRM
Members & Contacts
Forms
Community
Communication
Loyalty Program
CRM

Business Management
AI Site-Chat
Analytics
App Installation
Async Job
Automations
Calendar
Captcha
Categories
Cookie Consent Policy
Custom Embeds
Data Extension Schema
Dashboard
FAQ App
Get Paid
Headless Authentication
Locations
Marketing
Multilingual
Notifications
Payments
Site Search
Secrets
Site Properties
Site URLs
Tags

Account Level
About Account Level APIs
Sites
Resellers
Domains
B2B Site Management
User Management

Blog Schema for Wix Search

This article describes the Wix Blog fields you can search and aggregate on a site.

To search or aggregate Wix Blog posts on a site, set the search API documentType parameter to BLOG_POSTS.

Fields

documentType

Description: Document type that was searched. In this case, BLOG_POSTS.

Type: String

Can search the content of this field: No

Can facet: No

Can sort: No

Can filter: No

_id

Description: The ID of the blog post.

Type: String

Can search the content of this field: No

Can facet: No

Can sort: No

Can filter: No

title

Description: The title of the blog post.

Type: String

Can search the content of this field: Yes

Can facet: No

Can sort: No

Can filter: in, eq, ne, gt, ge, lt, le, startsWith, exists, nin

description

Description: Text of the blog post.

Type: String

Can search the content of this field: Yes

Can facet: No

Can sort: No

Can filter: No

url

Description: Relative URL of the blog post page on your site.

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 blog post’s cover image.

Type: String

Can search the content of this field: No

Can facet: No

Can sort: No

Can filter: No

hashTags

Description: List of hashtags in the blog post.

Type: Array of Strings

Can search the content of this field: Yes

Can facet: No

Can sort: No

Can filter: hasSome, hasAll

tags

Description: List of tags in the blog post.

Type: Array of Strings

Can search the content of this field: Yes

Can facet: Yes

Can sort: No

Can filter: hasSome, hasAll

tagIds

Description: List of tag IDs in the blog post.

Type: Array of Strings

Can search the content of this field: No

Can facet: Yes

Can sort: No

Can filter: hasSome, hasAll

publishDate

Description: Date and time the blog post was originally published.

Type: Date

Can search the content of this field: No

Can facet: No

Can sort: Yes

Can filter: in, eq, ne, gt, ge, lt, le

categories

Description: Categories associated with the blog posts.

Type: Array of Strings

Can search the content of this field: No

Can facet: No

Can sort: No

Can filter: hasSome, hasAll

author

Description: Author of the blog post.

Type: String

Can search the content of this field: No

Can facet: No

Can sort: Yes

Can filter: in, eq, ne, gt, ge, lt, le

Did this help?