DotNetNuke ® Portal and Module Development - www.schelian.com

 Search



Modules Blog Forum



 Blog forum information Minimize

The forums for the blog module are located on DotNetNuke.com.

Here the direct links to the forums:

Forum::Using the blog module

Forum::Developing the blog module


 Forum Minimize
SearchForum Home
     
  DNNPortal-Download  Using the DNNPortal-Download  Find function...
 Find function
 
imgOfflinekikuri
2 posts
Joined
10/6/2005

Find function
Posted: 14 Oct 05 11:02 AM (United States)
About Find function(DNNPortal-Download Version 1.0.13)...

Is it possible to set key-words that combinig(using comma, blank...etc) in 'Serach for' area?

And What item is target for find function?
It seems HPS_DNNPortal_Downloads's item is included. ...ex) Name,Description,Author
How about HPS_DNNPortal_DownloadsComments's item? ...ex)Comment



Thanks

kikuri
imgOfflineSchelianHP
118 posts
5th
Joined
12/3/2004





Re: Find function
Posted: 14 Oct 05 11:26 AM (Germany)

Kikuri,

In general there are 2 different search options available with the module.

1) Search with global search of DotNetNuke portal

2) Module specific search

For the module specific search the query shows like follows:

    @sFilter = ''
    OR UPPER(Name) LIKE UPPER('%' + @sFilter + '%')
    OR UPPER(Author) LIKE UPPER('%' + @sFilter + '%')
    OR UPPER(AuthorEMail) LIKE UPPER('%' + @sFilter + '%')
    OR Description LIKE '%' + @sFilter + '%'

As you can see, the target is Name, Author, AuthorEmail and Description.

No a combination for the search is not possible.

I don't have currently any plans to implement a different search.

If you like you can implement any search you want, the source code is available for registered users.

Regards

HP


Best regards
Hans-Peter Schelian
www.schelian.com (English)
www.schelian.de (Deutsch)
German DotNetNuke Community
  DNNPortal-Download  Using the DNNPortal-Download  Find function...

Page generated in 0.375 seconds.