Skip to content

[BUG] Doris's full-text search does not support the match_any syntax. #2127

Closed
@Yangjianhui302132

Description

@Yangjianhui302132

Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram

Failing SQL Feature:

  • Doris's full-text search does not support the match_any syntax.

SQL Example:

  • Simplified Query Example, focusing on the failing feature
    -- Replace with your ACTUAL example
    select * from customer where id = 1 and lower(status) match_any '123' 

Software Information:

  • version: 4.9
  • database: doris and version: 2.0
    image

Tips:

Please write in English and avoid Screenshots (as we can't copy and paste content from it).
Try your example online with the latest JSQLParser and share the link in the error report.
Do provide Links or References to the specific Grammar and Syntax you are trying to use.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions