4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: joeliu on November 01, 2002, 01:13:58 PM

Title: SSSearch problem
Post by: joeliu 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
Title: SSSearch problem
Post by: Jan 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
Title: thanks
Post by: joeliu 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
Title: SSSearch problem
Post by: Jan 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