00:00 / 00:00

LAPLACE Chat

Advanced Search

Overview

Dashboard search supports GitHub-style advanced keyword search. Combine keywords, exclusions, and free text to filter the events in the LAPLACE Chat dashboard precisely

Basic Usage

Keyword Filters

Use the keyword:value syntax to search a specific field:

KeywordDescriptionExample
type:Filter by event typetype:superchat
uid:Filter by user IDuid:2763
origin:Filter by source live roomorigin:25034104
username:Filter by usernameusername:明前奶绿
message:Filter by message contentmessage:你好
medal:Filter by fan medal namemedal:奶糖花
reply:Filter by reply target (matches the uid@username format)reply:明前奶绿
price:Filter by amount (Super Chat, gift, and guard events only)price:>=10

Exclusions (Negation)

Add a - prefix to a keyword to exclude results

Exclude messages from the user "网友小A":

-username:网友小A

Exclude every danmaku:

-type:message

Exclude messages containing "呃呃":

-message:呃呃

Text without a keyword is searched across every field:

  • 你好 - matches events containing "你好" in any field
  • -再见 - excludes events containing "再见"

Numeric Comparison

The price: keyword supports numeric comparison operators, with amounts denominated in Chinese yuan (CNY)

ExpressionMeaningExample
30Equal to (exact match)price:30
=30Equal to (explicit operator)price:=30
>30Greater thanprice:>30
>=30Greater than or equal toprice:>=30
<30Less thanprice:<30
<=30Less than or equal toprice:<=30
10..50Closed interval [10, 50]price:10..50

Decimals (such as 12.5) and negative numbers are supported. Whitespace on either side of an operator is ignored

Multiple Values and Quoting

Separate multiple values of the same keyword with a comma, which is equivalent to OR:

type:superchat,toast

Values containing spaces, commas, colons, or other special characters must be wrapped in double or single quotes:

username:"网友 小A"
medal:'奶 糖花'

Inside quotes, use \" to escape a double quote:

message:"他说\"你好\""

Advanced Examples

Combining Multiple Filters

All filters combine with AND logic:

type:superchat uid:12345

Shows only the Super Chats from user 12345

Event Type Reference

The event types available to the type: keyword, grouped by panel:

Main Panel (Chat)

  • message Regular danmaku
  • effect-message Effect danmaku

Super Chat Panel

  • superchat Super Chat (SC)

Gift Panel

  • gift Gift/tip event
  • mvp MVP event
  • toast Guard (Captain, Admiral, Governor)
  • red-envelope-start Red envelope started
  • red-envelope-result Red envelope result
  • lottery-result Lucky draw result

Misc Panel

  • interaction User interaction (enter, follow, share, and so on)
  • like-click Like event
  • entry-effect Entry effect
  • live-cutoff Live stream cut off

Other Events

  • notice Notice event
  • lottery-start Lucky draw started
  • live-start / live-end Stream started / stream ended
  • system System message
  • user-block User mute event
  • superchat-delete Super Chat deleted
  • room-name-update Live room title/category update
  • room-mute-on / room-mute-off Room-wide mute on / off

Keyboard Shortcuts

Start a search with a keyboard shortcut instead of clicking the search box

ShortcutAction
command + F (Mac) / Ctrl + F (Windows)Focus the search input

Last updated on September 19, 2026

Tech otakus destroy the world