Search
Register
Login
Today: 09/12/2005 we have setup our new dedicated English forum.
From today on, please use this forum instead of the English forums on DNNPortal.DE.
I will lock the English forums on DNNPortal.DE.
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
Page generated in 0.40625 seconds.