Feng Forum

Support => Feng Office 1 => Older versions => 1.3-rc2 => : baram204 March 12, 2009, 05:46:33 PM

: search doen't working in other language
: baram204 March 12, 2009, 05:46:33 PM
I'm korean.

I appreciate that opengoo shows me korean charecter so perfrectly.
(and other language too.)
I love that truth.

and... I think one more thing makes opengoo much better than before.
That is... working search function correctly in Un-english charecter set.

Because... I found that opengoo cannot search tasks entietled korean.

These days Opengoo makes me happy very very much.
and I hope search function will make me happy too.

for developer thanks for making this useful software.

I'm lookig foward to opengoos growth.

thanks for read this.


oh..oh.. i forgot one thing..

i need sort by their own language fuction..

because i'm not add tasks as english.. not at alll

 ^-^ = :-) (this is smile) bye bye~
: Re: search doen't working in other language
: carlos March 13, 2009, 04:51:23 PM
Hi baram204,

We're glad you're finding OpenGoo useful!! We had a similar request by another user who told us he couldn't search in chinese characters, so we made a small fix for the chinese language. He also suggested we should support this for other languages such as korean,, I'll see when we could add this fix, perhaps for version 1.4...

Thanks for your report!
: Re: search doen't working in other language
: baram204 March 14, 2009, 02:01:56 AM
thanks ^^

i ... hope this is an answer for resolve the search problem.

way sql search working correctly in korean...
(and also will ignore the english capital/noncapital difference)

********************************************************************************************

select * from [tablename] where binary [collum name] like '%test%' collate latin1_general_ci;

or

select * from [tablename] where binary [collum name] like '%test%'  collate euckr_korean_ci;

********************************************************************************************


or... is there a way that i apply this codes for my 1.3 rc2 opengoo??

i just need it soon . not 2~3 months later.
: Re: search doen't working in other language
: autumn.peak March 14, 2009, 11:58:06 PM
hi baram:
i make a temporarily patch to resolve it for opengoo 1.3.rc2 .

see the Attached file,download it and replace :
application/models/searchable_objects/SearchableObjects.class.php

it changed at  the file lines:116&118.

wish it can help you :-)
: Re: search doen't working in other language
: baram204 March 15, 2009, 02:37:04 AM
thanks for your help

and i tried replace that file.

but it's not work  when i search somthing

the pop-up massage said "internal error 5??"


but  i found something
: Re: search doen't working in other language
: autumn.peak March 15, 2009, 03:27:44 AM
clean opengoo/cache/* and try reload again. :)