| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
(#4)
|
(#5)
|
(#6)
|
(#7)
|
| New Member Posts: 16 Join Date: Jan 2006 |
28-01-2006, 12:33 PM
Same problem here. Searches were working fine in v2.x of eSupport and now we have moved to Support Suite and search has stoped searching. here is my correspondance with Kayako on this; ------------- Start ---------- it seems support suite (3.00.32) is not runing searches properly. When you use advance search and select "Entire message" and give something for it to search, it dosent return any results. However the same string when used to search "Subject" only returns results. This is search feature is critical for our business. Please offer a solution. Raghav Arora Posted On: 24 Jan 2006 03:39 PM -------------------------------------------------------------------------------- Hi Arsalan, eSupport uses mySQL Full Text searches for searching the articles, although it returns very accurate results it can sometimes not work properly if certain criterias are not met. For more information please refer to: http://dev.mysql.com/doc/mysql/en/Fulltext_Search.html, Some brief points: 1) Wont work if the word being searched for is on a lot of articles 2) The word being searched for needs to have atleast 3 alphabets 3) The word should appear in minimum of 2 records. Let us know if there is anything else. Regards, Raghav Arora ---------------------- Kayako Infotech Ltd. http://www.kayako.com Arsalan Posted On: 24 Jan 2006 04:36 PM -------------------------------------------------------------------------------- The strangest thing is that the same search worked earlier on eSuppoeT v2.3.1 We are basically searching tickets for a domain name. This was working fine earlier. Another thing. When i used multiple search rules "Entire Message" and "Department" it gave 50 results none of which had any thing to do with the search string. If you want, I can give you access to our help desk so you can take a look at this behavior. -------------- END ---------- This ticket was not updated since 24 Jan 2006. |
| | |
(#8)
|
(#9)
|
(#10)
|
(#11)
|
| Member Posts: 42 Join Date: Dec 2005 |
30-01-2006, 08:55 AM
No, its definitely a browser compatibility issue. But for me neither IE of Firefox work. Look here: http://forums.kayako.com/showthread....0192#post30192 |
| | |
(#12)
|
(#13)
|
| New Member Posts: 13 Join Date: Jan 2006 |
06-02-2006, 07:31 PM
Hi there is a bug in the search if you correct it - it works again the script kicks @ . and all other chars in the search, that makes it very hard to search for an email adress! My staff got really crazy because of that - cant remember 100.000 tickets of different users! So i tried to fix the problem on my own. This has fixed my problem after waiting more than 4 weeks fixing this simple thing by the producer of this software! File /includes/functions_sqlsearch.php In funktion: function buildSQLSearch($field, $query) following row ------------------------- change from: ------------------------- $stopdata = array("#\s+#s", "#(\r\n|\r|\n)#s", "/[^a-zA-Z0-9\-\_\s]/"); ------------------------- change to: -------------------------- $stopdata = array("#\s+#s", "#(\r\n|\r|\n)#s", "/[^a-zA-Z0-9\-\_\s\.\@]/"); With that "." and "@"arent longer kicked out of the search string has worked for me is possible a solution for others to |
| | |
(#14)
|
| New Member Posts: 8 Join Date: Aug 2005 |
06-02-2006, 10:04 PM
Lol, how do you have this file not encoded by zen or ioncube? Quote:
| |
| | |
(#15)
|
![]() |
| Tags |
| history, past, search |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rave: Staff Knowledge base search and user side | Intrepid_Soul | SupportSuite, eSupport and LiveResponse | 1 | 11-11-2006 04:38 PM |