Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 5

ericgillette422 +3 guests

Can't search for 3 character strings

As per the title really... I was wondering if there was any way to search for 3 character strings please? On the forum we're on we use a lot of abbreviations so it'd be very handy, maybe even less if possible!

Thanks

Comments

  • Posts: 1,586
    That's a mysql setting so you'd have to have access to change that.

    Vanilla co-founder

  • Posts: 1,586
    As a followup. You can try changing the search mode of your forum to use like searches with the following config setting:
    $Configuration['Garden']['Search']['Mode'] = 'like';
    This will catch all of your TLAs, but slow down on larger forums.

    Vanilla co-founder

  • Posts: 840
    Top man, thank you Todd - will change the configuration now :D
Sign In or Register to comment.