Author Topic: SSSearch problem  (Read 4805 times)

0 Members and 1 Guest are viewing this topic.

Offline joeliu

  • Pre-Newbie
  • Posts: 5
    • View Profile
SSSearch problem
« on: November 01, 2002, 01:13:58 PM »
hi master

i use check new image method to batch imput many pics with keyword (such as 23 34 12 that are digital number), when i input keyword to search, it doesn't work, but when input pic name to search, it works, why?????????

joe

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
SSSearch problem
« Reply #1 on: November 15, 2002, 09:01:04 AM »
As default, a search word must have 3 characters or more. You can change this in inlcudes/constants.php
Code: [Select]
define('MIN_SEARCH_KEYWORD_LENGTH', 3);After changing that you should rebuild your search index.
http://www.4homepages.de/forum/viewtopic.php?t=1096

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline joeliu

  • Pre-Newbie
  • Posts: 5
    • View Profile
thanks
« Reply #2 on: November 15, 2002, 09:52:55 AM »
hi Jan
thanks, this is very helpful to me. but now I got a new problem with new updata system (redhat 8.0 with Apache 2.xx, php 2.3.2). the admin page display nothing when clicked admin/index.php link. does 4images  not compitable with php2.3.2 or Apache 2.xx??

joe

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
SSSearch problem
« Reply #3 on: November 15, 2002, 10:13:19 AM »
I don't know. I never worked with apache 2. Can you post a link to your gallery? maybe it would be helpful if you can give me access to your  control panel.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search