Author Topic: tempolary search & calendar solution in other language  (Read 7504 times)

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
tempolary search & calendar solution in other language
« on: March 15, 2009, 02:58:44 am »
1. calendar error when you write event titlle in non-english.

in calendar ...write event title   

like this :

any english charter + space + yourlanguage

( example :  x chiness , c 한국말, d 中國語 )

« Last Edit: March 15, 2009, 03:19:02 am by baram204 »

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: tempolary search & calendar solution in other language
« Reply #1 on: March 15, 2009, 03:05:55 am »
2. search problem..

their is no search problem in non-english problem.

but their is uncomfortable fuction..

just see attachment..

if you have a note entitled " testmail "

then you search "test... " nothing happen.

opengoo search cannot find them using partial word..

it's so uncomfortable for me..

it's not a bug.. but i think it's a bug.. really really Big bug..

case i'm not well in rememeber somthing perfectly...

and i'm not machine.. hope this search funtion will upgrade soon.

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: tempolary search & calendar solution in other language
« Reply #2 on: March 15, 2009, 03:11:58 am »
in other language ... yeh same..

maybe japanage thinks same..

because english use a word separately..

but japanase use a word with heping one..

exampl  : if helping word is "-"


english    - love you!!

japanase - you love-

so japanase user cannot search "love-" this search engine..

helping word can be changed it's position.






autumn.peak

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: tempolary search & calendar solution in other language
« Reply #3 on: March 15, 2009, 03:24:02 am »
the reason is mysql MATCH and AGAINST function using WORD INDEX to implementation the FULL TEXT SEARCH,you can using LIKE %xxx% to replace it.
using the fixed file in last your post can fixit.

NOTE:when you replace the file ,you must delete all cached file in opengoo/cache/* ,and reload all.


baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: tempolary search & calendar solution in other language
« Reply #4 on: March 15, 2009, 04:09:49 am »
ah- ha
my reck of knowledge make all your help almost makes wrong....

^-^ Thanks  i will delete all cash file after replace the fixed file.

uhm.... i got error message... i attached it


and these are my hosting status..

hope this will make help

Apache      2.2.8    
MySQL     5.0.51a-community    
PHP       5.2.5

Support Library
mysql, mysqli, sysvshm, sysvsem, ttf, png, zlib, bz2, jpeg, ftp, mbstring, sockets, wddx, freetype, bcmath, mbregex, exif, pear, multibyte, gd, gd-native-ttf, iconv, xmlrpc, zip, xsl, mcrypt, mhash
« Last Edit: March 15, 2009, 04:44:54 am by baram204 »

autumn.peak

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: tempolary search & calendar solution in other language
« Reply #5 on: March 15, 2009, 11:19:05 am »
 :o my system worked fine for using this patch,you can try using language "zh_cn" to test.
and you can check mysql db config,using the "utf8-bin" to create a datebase ,then run opengoo install to init all table.

you can mail to me,because i can't direct access this site,i only using "TOR proxy" to browse it,so SLOW!!

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: tempolary search & calendar solution in other language
« Reply #6 on: March 17, 2009, 02:33:31 am »
 ;D