Documents Indexed: 0
EQ Logo
EQ Archives Banner
Welcome to the new search portal!
Watch the TutorialContact Dolalin on P99 Discord
Search Parameters
Vector Search Parameters

Syntax Examples

  • Free-text semantic search:
    Soloing as a cleric is too hard
    Verant is the best game company ever
    Necros are overpowered
  • Doc must contain this exact match:
    "Match this phrase exactly"
  • Doc must contain all these matches:
    "Match docs with" "these three" "text phrases only"
  • Doc can contain any of these matches:
    "Match docs with" OR "any of these three" OR "text phrases"
  • Excluding unwanted matches:
    "Match docs with this phrase" NOT "this unwanted phrase"
  • Grouping terms with parentheses:
    ( "Match docs with this phrase" OR "this other phrase" ) AND "this phrase too"
  • Domain filtering:
    domain_name:("eq.castersrealm.com") 
    domain_name:("eq.castersrealm.com" OR "eq.crgaming.net") 
    domain_name:(NOT "eq.castersrealm.com")
  • Date range filtering:
    llm_guessed_date:[1999-01-01 TO 2001-12-31] 
    capture_date:[1999-01-01 TO 1999-12-31]
  • Elasticsearch Syntax Reserved Characters:
    + - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /
  • Elasticsearch Query String Syntax Reference:

    https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax

capture_date

llm_guessed_date