Register   Login
     
  Latest Posts  
RE: Introducing the most powerful News Slider for Ventrian News Articles
by jhoelz on 3/19/2010 9:29 PM
Rich Snippets for Review, Ratings etc!
by georgelew on 3/19/2010 7:49 PM
Recently created articles are not shown in list
by atriage on 3/19/2010 11:18 AM
RE: News Articles Tokens
by spirit on 3/19/2010 10:43 AM
Author post count and link in listing.item.html
by mattbunce on 3/19/2010 10:18 AM
RE: News Article Detail and Lightbox
by spirit on 3/19/2010 10:12 AM
RE: News Article Detail and Lightbox
by ray-isc on 3/19/2010 9:49 AM
Using custom profile properties with [AUTHOR:XXX]
by mattbunce on 3/19/2010 9:34 AM
RE: NA Latest - Template question
by Blondie on 3/19/2010 9:23 AM
skin disfigured after click on article link
by jsw on 3/19/2010 9:11 AM
  Forums  
Subject: search does not work for Arabic language in News Articles
Prev Next
You are not authorized to post a reply.

Author Messages
smirabolgUser is Offline
Registered Users
Ventrian Newbie
Ventrian Newbie
Posts:3

2/14/2009 2:00 AM  

Hi,

I'm using news Articles V00.07.19 installed on DNN V 4.9 And i'm having trboule with the search. It works well for English language but does not return any result for arabic language. Is there any chance to fix the bug.

 

 

Ismet DumlupinarUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:352

2/14/2009 9:02 AM  
Can you try v07.30 release?

Ismet Dumlupinar MCP/MCDST/MCT
Daily DotNetNuke Tips and Tutorials
Install DotNetNuke to Godaddy Root
Dramakor Blog
Daily Life Tips
DotNetNuke Türkçe
smirabolgUser is Offline
Registered Users
Ventrian Newbie
Ventrian Newbie
Posts:3

2/15/2009 12:54 AM  
Hi Ismet
I installed v07.30 and it worked well. I really appreciate your help.
Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


2/15/2009 4:45 AM  
Thanks Ismet.

Scott McCulloch
Site Administrator
MehranUser is Offline
Registered Users
Ventrian Super Newbie
Ventrian Super Newbie
Posts:17


5/30/2009 2:15 AM  

Hello

I have same problem with Persian language.

News Articles 00.07.39 installed on DNN 5

Search not work in Persian language, bout if i enable " Allow Core Search Integration" from Admin Options, work fine.

Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


5/30/2009 3:10 AM  
Which search are you referring to? The module search or the core search.

Scott McCulloch
Site Administrator
MehranUser is Offline
Registered Users
Ventrian Super Newbie
Ventrian Super Newbie
Posts:17


5/30/2009 3:13 AM  

Module Search

smirabolgUser is Offline
Registered Users
Ventrian Newbie
Ventrian Newbie
Posts:3

5/30/2009 4:53 AM  
Find stored Procedure "DnnForge_NewsArticles_GetArticleListBySearchCriteria" and change " @KeyWords varchar(255), " to " @KeyWords nvarchar(255), "
Means varchar to nvarchar

also look for "SELECT @strWhere = @strWhere + ' AND (Article.Title LIKE ''%' + @Keywords + '%'' OR Article.Summary LIKE ''%' + @Keywords + '%'' OR ((select count (*) from {databaseOwner}{objectQualifier}DnnForge_NewsArticles_Page Page where Page.ArticleID = Article.ArticleID and Page.PageText LIKE ''%' + @Keywords + '%'') > 0))'"
Morteza Kermani: and replace that with "SELECT @strWhere = @strWhere + ' AND (Article.Title LIKE N''%' + @Keywords + '%'' OR Article.Summary LIKE N''%' + @Keywords + '%'' OR ((select count (*) from {databaseOwner}{objectQualifier}DnnForge_NewsArticles_Page Page where Page.ArticleID = Article.ArticleID and Page.PageText LIKE ''%' + @Keywords + '%'') > 0))'"
MehranUser is Offline
Registered Users
Ventrian Super Newbie
Ventrian Super Newbie
Posts:17


5/30/2009 9:13 AM  

Thank You, I hope this bug fix in next release.

Super User AccountUser is Offline
Ventrian Wiz
Ventrian Wiz
Posts:104

6/01/2009 7:59 AM  
This has been fixed in the latest release, thanks for helping.
You are not authorized to post a reply.
Forums > General > Bugs & Problems > search does not work for Arabic language in News Articles



ActiveForums 3.7