Skip to content

示例中的拼音搜索功能不好使了 #142

Description

@ggslayer

如题,

没有结果:

select '    ', simple_highlight(t1, 0, '[', ']') from t1 where x match simple_query('zhoujiel');
select '    ', simple_highlight(t1, 0, '[', ']') from t1 where x match simple_query('zhoujielun');

有结果:

select '    ', simple_highlight(t1, 0, '[', ']') from t1 where x match simple_query('zhou jie l');
select '    ', simple_highlight(t1, 0, '[', ']') from t1 where x match simple_query('zjl');

麻烦帮忙看看什么原因,谢谢。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions