Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...User Search not WorkingUser Search not Working
Previous
 
Next
New Post
1/13/2018 10:31 AM
 
After upgrading to V9.1.1 the user search was not working at all. I have read many posts that the email search was not working for users but for me a search for anything would always return no results.

After many attempts to get this working and much reading I realised the user search uses the global site indexing. After following a guide on optimising your site for performance many years ago I had turned off the site indexing. So I turned this back on and now I get the following error appearing in the log. The user search does not work still but I do see the search index files being created.

Is the user search still not working due to this error or is it something else.

01/13/2018 10:02:03
General Exception


AbsoluteURL DefaultDataProvider DotNetNuke.Data.SqlDataProvider DotNetNuke
AbsoluteURL:

DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID:84c55bfb-acc7-4553-a38c-8fba78db9caa

AssemblyVersion:

PortalId:-1

UserId:-1

TabId:-1

RawUrl:

Referrer:

UserAgent:

ExceptionHash:yKZ4uGkJm0wtkKybdaaPkNikGA8=

Message:Object reference not set to an instance of an object.

StackTrace:

at DotNetNuke.Services.Search.ModuleIndexer.ConvertSearchItemInfoToSearchDocument(SearchItemInfo searchItem) at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at DotNetNuke.Services.Search.SearchDataStore.StoreSearchItems(SearchItemInfoCollection searchItems) at DotNetNuke.Services.Search.SearchEngine.IndexContent() at DotNetNuke.Services.Search.SearchEngineScheduler.DoWork()
InnerMessage:

InnerStackTrace:

Source:DotNetNuke

FileName:

FileLineNumber:0

FileColumnNumber:0

Method:

Server Name: dedi7
 
New Post
2/16/2018 4:50 PM
 

I'm also experiencing problems with search in the User Manager after upgrade to v9.1.1.

When showing:

  • Authorized users, the search works as expected, including finding mid sub-string matches, e.g., finds user@gmail.com with search string "google"
  • All users, the search finds matches that begin with the search string - user@gmail.com with search string "use", but returns no results for mid sub-string searches
  • Unauthorized users, no search box is available
  • Deleted users, no search box is available
  • Superusers, no search box is available

Any ideas on why the search for All users does not function the same as for Authorized users?  On the last 3, I just question why a search is not available.

Incidentally, I had tried upgrading to an earlier version of DNN v9, and at that time the User Search didn't work at all.  So it has been improved, but still seems to have issues (at least for me).

Any ideas on how to troubleshoot are appreciated.

 
New Post
9/15/2018 9:33 AM
 
This is still an issue for me, if anyone has any suggestions of how I might try and investigate this, any help at all would be appreciated. As it stands I have to query the database directly, get the user ID and reverse that back, this really is not ideal.
 
New Post
9/24/2018 3:18 PM
 
this has been reverted to Database Search in DNN 9.2.0

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/7/2019 4:13 PM
 
Change the stored procedure ([Personabar_GetUsersBySearchTerm])

From this:

IF @SearchTerm = N'' SET @SearchTerm = Null; -- Normalize parameter


To This:

IF @SearchTerm = N''

SET @SearchTerm = Null; -- Normalize parameter

ELSE

SET @SearchTerm = @SearchTerm + '%'
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...User Search not WorkingUser Search not Working


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out