Meilisearch playground
Build a query, send it to q.keigon.net through our proxy, and
see the response.
Query
Returns facet counts for these filterable attributes.
The controls above rewrite this. Edit it directly to use any Meili search
param not shown here - this JSON is exactly what gets sent.
Cheatsheet
Check this index's attributes
Returns
searchableAttributes, filterableAttributes
and sortableAttributes for the selected index.
- q
- Search terms.
- limit / offset
- Page size and start (limit capped at 50 here).
- hitsPerPage / page
- Alternative pagination (1-based page).
- filter
- Filter expression, e.g. area = "강원" AND price < 20000.
- sort
- Array like ["price:asc"] (attribute must be sortable).
- facets
- Attributes to return facet counts for.
- attributesToRetrieve
- Which fields to include in each hit.
- attributesToHighlight
- Fields to wrap matches in; see _formatted.
- highlightPreTag / highlightPostTag
- Custom highlight markers.
- attributesToCrop / cropLength / cropMarker
- Crop long fields around matches.
- showMatchesPosition
- Return match positions per hit.
- matchingStrategy
- last | all | frequency.
- attributesToSearchOn
- Restrict search to some searchable fields.
- distinct
- Deduplicate on an attribute for this query.
- showRankingScore / ...Details
- Return the 0..1 ranking score.
- rankingScoreThreshold
- Drop hits below this score (0..1).
Ready.
Run a search to see results.
// JSON response appears here
문서 직접 편집 (Meili)
선택한 문서를 qrooms/qstores 인덱스에 직접 씁니다.
Firestore는 건드리지 않습니다. ref_id는 변경할 수 없습니다.
최상위 키를 자유롭게 수정하세요. 키를 지우면 삭제로 처리됩니다(전체 교체).
크롤러 필드(
reserve_times_d0..d6 등)는 서버가 현재 문서를
기준으로 재구성하므로, JSON에서 지우지 않는 한 보존됩니다.
아래 diff는 편집하는 즉시 갱신됩니다.
Ready.