Search
Register
Login
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
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.375 seconds.