Tuesday 12 June 2012 3:41:54 pm - 3 replies
Hello,
I'm using standard search.tpl template and the problem appears also using administration interface and using advanced search.
The problem is that I get a strange problem in searching the textfield "gia"
It's very strange because for every other word the search function works succesfully:
In the same path of the content tree if I create an article and call it "gio" when I search for "gio" it is shown correctly in results.While if I create an article and call it "gia" when I search for "gia" it is NOT SHOWN and search_count variable is set to 0
I get the problem only searching for objects named 'gia':all other words seems to work
The problem does not seem to be related to some cache problem because I have also clear the cache and nothing changed
ezpblish 4.3.0;php 5.3.6;mysql 5.1.38
Anyone have some ideas?
Tuesday 26 June 2012 4:52:44 pm
Hello,
Thanks for replying:
The result of the query
select * from ezsearch_word where word="gia";
is:
| id | word | object_count |
| 820 | già | 120 |
| 4708 | gia | 115 |
Although searching for both "gia" and "già" return no result
What does it means?
Have you got any idea,or some check I should do?
You must be logged in to post messages in this topic!