T O P I C R E V I E W |
BurakC |
Posted - 24 Nov 2010 : 06:52:33 Hi
I must be use Turkish Character in search terms. Turkish keyword is "Ejderha Mýzraðý". But this must be "ejderha+m%FDzra%F0%FD" when I search. Is exists any function to replace for #BOOK# varible ? I mean I must replace turkish char to html code before search. Example "ý" char must be "m%FD".
My two scripts is ready for release. Only problem is this. |
3 L A T E S T R E P L I E S (Newest First) |
BurakC |
Posted - 24 Nov 2010 : 09:26:41 Sorry its ok. Debug mod cant update himself I think. Because when I try debug mod, cant return search result. And replace "ü" with "u". But I try in software. Its ok. Search return result and take info. |
BurakC |
Posted - 24 Nov 2010 : 09:17:29 Is there code have any replace function? Because I remove all replace function on my code but still search for "Rüyalar ve Karabasanlar" as "Ruyalar ve Karabasanlar" and web site not found anything. "ü" replace with "u" before send. But my script code not have any susbtitue code. |
Alessio Viti |
Posted - 24 Nov 2010 : 08:20:05 Hello,
There is a block, at the end of the script, to replace characters:
#SUBSTITUTEWEBQUERY#
#SUBSTITUTEWEBQUERYWORD#=#=%23 #SUBSTITUTEWEBQUERYWORD#=á=a #SUBSTITUTEWEBQUERYWORD#=à=a #SUBSTITUTEWEBQUERYWORD#=è=e #SUBSTITUTEWEBQUERYWORD#=é=e #SUBSTITUTEWEBQUERYWORD#=í=i #SUBSTITUTEWEBQUERYWORD#=ì=i #SUBSTITUTEWEBQUERYWORD#=ó=o #SUBSTITUTEWEBQUERYWORD#=ò=o #SUBSTITUTEWEBQUERYWORD#=ú=u #SUBSTITUTEWEBQUERYWORD#=ù=u #SUBSTITUTEWEBQUERYWORD#=ü=u #SUBSTITUTEWEBQUERYWORD#=ß=ss #SUBSTITUTEWEBQUERYWORD#=Ã=a #SUBSTITUTEWEBQUERYWORD#=â=a #SUBSTITUTEWEBQUERYWORD#=Ãœ=u
#ENDSUBSTITUTEWEBQUERY#
You can try to add these and make tests to see if works, for example
#SUBSTITUTEWEBQUERYWORD#=ý=m%FD
Let me know,
Ale |