Register | Login
 
  Forum  
 
  Forum  Discussions  Effority.Net - ...  Ealo search problems
Previous Previous
 
Next Next
New Post 12/30/2007 12:20 PM
  blau34
1 posts


Ealo search problems 

Hi,

 

when i use Ealo HTML the content did´t indexed. in modul settings the searchable option is grayed.

Hope someone can help.

 

Thanks jens

 
New Post 1/28/2008 9:08 AM
  CreditSvit
1 posts


Re: Ealo search problems 

Table: DesktopModules, row (Effority Ealo HTML), columns  [BusinessControllerClass] = effority.Ealo.HTML.HtmlTextController, [SupportedFeatures] = 7

file: App_Code\effority.Ealo.HTML\HtmlTextController.vb

 

 Public Function GetSearchItems(ByVal ModInfo As Entities.Modules.ModuleInfo) As DotNetNuke.Services.Search.SearchItemInfoCollection Implements Entities.Modules.ISearchable.GetSearchItems

            Dim SearchItemCollection As New SearchItemInfoCollection

            Dim lCollection As LocaleCollection = Localization.GetSupportedLocales

            'For Each localeInfo As Locale In lCollection


            Dim AllSearchItems As New SearchItemInfo

            For Each localeInfo As String In lCollection
                Try

                    Dim objText As effority.Ealo.StringInfo
                    Dim objSummary As effority.Ealo.StringInfo


                    objText = effority.Ealo.Controller.GetStringByQualifierAndStringName(Consts.DesktopHTMLQualifier, ModInfo.ModuleID, localeInfo, True)


                    objSummary = effority.Ealo.Controller.GetStringByQualifierAndStringName(Consts.DesktopSummaryQualifier, ModInfo.ModuleID, localeInfo, True)

                    If Not objText.StringTextIsNull Then

                        'DesktopHTML is encoded in the Database so Decode before Indexing
                        Dim strDesktopHtml As String = HttpUtility.HtmlDecode(objText.StringText)

                        'Get the description string
                        Dim strDescription As String = HtmlUtils.Shorten(HtmlUtils.Clean(strDesktopHtml, False), MAX_DESCRIPTION_LENGTH, "...")

                        ' User und PublishDate sind aufgrund des fehlenden eigenen Datenmodels nicht vorhanden
                        Dim SearchItem As SearchItemInfo = New SearchItemInfo(ModInfo.ModuleTitle, "<br /><b>" & localeInfo & "</b>: " & strDescription, -1, Now(), ModInfo.ModuleID, "", objSummary.StringText & " " & strDesktopHtml, "", Null.NullInteger)
                        With AllSearchItems
                            .Author = SearchItem.Author
                            .Content = .Content & SearchItem.Content
                            .Description = .Description & SearchItem.Description
                            .GUID = SearchItem.GUID
                            .HitCount = SearchItem.HitCount
                            .ImageFileId = SearchItem.ImageFileId
                            .ModuleId = SearchItem.ModuleId
                            .PubDate = SearchItem.PubDate
                            .SearchItemId = SearchItem.SearchItemId
                            .SearchKey = SearchItem.SearchKey
                            .Title = .Title & SearchItem.Title
                        End With

                    End If
                Catch ex As Exception
                    ex.Message.ToString()

                End Try

            Next


            SearchItemCollection.Add(AllSearchItems)

            Return SearchItemCollection

        End Function

 

 

 

 
New Post 1/28/2008 1:54 PM
  bbhermann
131 posts


Re: Ealo search problems 
Modified By bbhermann  on 1/28/2008 2:56:43 PM)

thanks for your effort.

perhaps we are going to check that in.

 
New Post 5/28/2008 3:41 PM
  rheingold
3 posts


Re: Ealo search problems 
Modified By rheingold  on 5/28/2008 3:42:13 PM)

Hi,

I have this problem too,
I have made the changes shown above, but I still can't search, there are no results in all languages.

Do you have some other ideas?

thanks

joerg

 
New Post 6/3/2008 2:34 PM
  Simone1976
1 posts


Re: Ealo search problems 

The problem is that effority.Ealo.StringInfo isn't defined and effority.Ealo.Controller isn't a member.
The problem can be resolved only with rem the source in optional region, but in this mode the search don't work.
Please can Effority provide the file missed?

Thanks,
Simone

 
New Post 6/12/2008 11:35 PM
  bbhermann
131 posts


Re: Ealo search problems 

hi, which file?

 
New Post Yesterday @ 9:05 AM
  tebbaerty
1 posts


Re: Ealo search problems 

hy .... i am novice using ealo text html and dnn.... Please if someone knows how to resolve the following problem make a post. I guess i am not the only one with this problem.

i use dnn search and it doesn't seem to work with ealo ....soo Anyone please has any ideea how to resolve this problem. ? .... i see that this topic is not finished ... :D

Thanks for helping ....

 
Previous Previous
 
Next Next
  Forum  Discussions  Effority.Net - ...  Ealo search problems
DotNetNuke® is a trademark by DotNetNuke Corporation, USA | www.effority.net | Impressum