Author Topic: Keyword-length  (Read 3230 times)

0 Members and 1 Guest are viewing this topic.

Offline lopsi

  • Pre-Newbie
  • Posts: 8
    • View Profile
Keyword-length
« on: April 23, 2009, 09:43:41 AM »
How can i set the minimum keyword-length?

Wie kann ich die keyword-Länge für die Suche ändern.


Thanks!

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Keyword-length
« Reply #1 on: April 23, 2009, 10:26:22 AM »
Hallo lopsi und willkommen in 4images forum,

in der datei includes/constants.php

Code: [Select]
define('MIN_SEARCH_KEYWORD_LENGTH', 3);
define('MAX_SEARCH_KEYWORD_LENGTH', 25);
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline lopsi

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: Keyword-length
« Reply #2 on: April 23, 2009, 06:22:55 PM »
Thank you for a very fast answer! :D