0

I am using Drupal 7.50 Search returns no results for user either he is login or not(Except admin user).

Only admin user can Fetch the search result , but not the other user.

(1) successfully returns results for Administrator account. (2) returns zero results ("Your search yielded no results") for authenticated regular user. (3) returns zero results ("Your search yielded no results") for anonymous/un-authenticated visitor.

Use search selected the anonymous user and all users in admin user permissions area

Please Help me!!!![Search issue in drupal 7.50 version][1]

Rajesh Baskaran
  • 322
  • 1
  • 11

1 Answers1

0

What content are you querying? If there are some results for Administrator account only, probably you have a permission issue. Please see here more information. PROTIP: If you are using some user fields, there is a permission called "View user information" which is by default only ticked for Admin users.

Sebastian K
  • 146
  • 5
  • Thanks Sebastian K for your reply.. – Rajesh Baskaran Sep 19 '16 at 15:35
  • We have set the user permission for anonymous and authenticated user. But the search results fetched only for administering user and remaining user we can’t fetch the result. Its returns 'Search Result No match Found' – Rajesh Baskaran Sep 19 '16 at 15:37
  • Are you using any modules like Display Suite or Groups? They add a lot of permissions to Drupal. I had exactly same problem when different Roles had different results count. Does View is starting to render for Authenticated User? Every View has in Block Settings Access Restrictions. – Sebastian K Sep 21 '16 at 07:12
  • Thanks Sebastian K , We had a apache solr API configuration issue. We fixed by using java1.6 JDK, solr-3. – Rajesh Baskaran Sep 22 '16 at 08:02
  • @RajeshBaskaran I am facing similar issue degraded java to 1.6 jdk still anonymous users not able to see the search results. – Sri Harsha Dec 21 '16 at 11:32