Author Topic: search doen't working in other language  (Read 5846 times)

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
search doen't working in other language
« on: 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~
« Last Edit: March 12, 2009, 05:49:33 pm by baram204 »

carlos

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Re: search doen't working in other language
« Reply #1 on: 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!

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: search doen't working in other language
« Reply #2 on: 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.

autumn.peak

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: search doen't working in other language
« Reply #3 on: 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 :-)

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: search doen't working in other language
« Reply #4 on: 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

autumn.peak

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: search doen't working in other language
« Reply #5 on: March 15, 2009, 03:27:44 am »
clean opengoo/cache/* and try reload again. :)