Title: Autocomplete Users
Last modified: November 28, 2016

---

# Autocomplete Users

 *  Resolved [rdanamcd](https://wordpress.org/support/users/rdanamcd/)
 * (@rdanamcd)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/autocomplete-users/)
 * Do the Users have to have Posts assigned to them to be included in the autocomplete
   dropdown?
 * All my Subscribers that don’t have any posts assigned don’t show up in the list.
   My admin with Posts assign show up no problem.
 * Anything I need to do to have all users included?
 * Thanks
    Dana

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [rayrutjes](https://wordpress.org/support/users/rayrutjes/)
 * (@rayrutjes)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/autocomplete-users/#post-8488428)
 * [@rdanamcd](https://wordpress.org/support/users/rdanamcd/) thanks for asking,
 * Indeed, by default we only index users if they have at least one post assigned
   to them.
 * You can change this behaviour by using the `algolia_should_index_user`.
 * Here is an example that you can add to your theme’s `functions.php` file:
 *     ```
       <?php
   
       add_filter( 'algolia_should_index_user', '__return_true' );
       ```
   
 * Let me know if that helps 😉
 *  Thread Starter [rdanamcd](https://wordpress.org/support/users/rdanamcd/)
 * (@rdanamcd)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/autocomplete-users/#post-8489229)
 * Great. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Autocomplete Users’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/search-by-algolia-instant-relevant-
   results_899beb.svg)
 * [Search by Algolia – Instant & Relevant results](https://wordpress.org/plugins/search-by-algolia-instant-relevant-results/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/search-by-algolia-instant-relevant-results/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/search-by-algolia-instant-relevant-results/)
 * [Active Topics](https://wordpress.org/support/plugin/search-by-algolia-instant-relevant-results/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/search-by-algolia-instant-relevant-results/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/search-by-algolia-instant-relevant-results/reviews/)

## Tags

 * [users](https://wordpress.org/support/topic-tag/users/)

 * 2 replies
 * 2 participants
 * Last reply from: [rdanamcd](https://wordpress.org/support/users/rdanamcd/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/autocomplete-users/#post-8489229)
 * Status: resolved