Sorry the problem is a little different i guess.  In my model i have title 
and description fields :

title is models.CharField,

description is ckeditor rich text field,


I am trying  a search  'müziğim' on an example entry  with a title 
'müziğim' and i get the result.

But when i try a search 'müziğim' on an example entry  with a description 
 'müziğim' i get no result.


My template work_text.txt is as:

{{ object.title }}

{{ object.description }}

{% for tag in tags %} {{ tag }} {% endfor %}


Is there any idea?

On Thursday, June 9, 2016 at 7:03:40 PM UTC+3, burak.k...@gmail.com wrote:
>
> Hi,
>
> I have none latin words ( müzik, müziğimizin, etc. ) in my texts and i got 
> no result when searching those via haystack ( whoosh backend ). Is this the 
> expected behaviour?
>

-- 
You received this message because you are subscribed to the Google Groups 
"django-haystack" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-haystack+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to