【问题标题】:How to change search limit of three characters in osclass如何更改osclass中三个字符的搜索限制
【发布时间】:2020-03-11 09:00:59
【问题描述】:

我在我的网站上使用带有主题 zara 的 osclass 版本 3.8,当我搜索“neet”之类的 4 个字符时,它显示出完美的结果,但每当我尝试搜索少于三个字符的单词时,“iit”都比它显示不匹配。

我想把osclass的这个三字符搜索限制改成1。

【问题讨论】:

    标签: php search limit osclass


    【解决方案1】:

    修改mysql配置文件(最小和最大):

    [mysqld]
    ft_min_word_len=3
    

    [mysqld]
    ft_min_word_len=3
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-01-18
      • 2023-01-27
      • 2019-04-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-06
      • 2016-03-07
      相关资源
      最近更新 更多