Are the custom fields searchable in the user directory?

You can search by custom fields. :+1: You can make them searchable in the settings:

You can also include them as columns in the directory too (which means you could sort them by clicking on the column header):

And an example of a search:

You do need to wait for the Jobs::ReindexSearch background job to run [1] to include them, but you can speed that up by triggering it from your /sidekiq/scheduler page if you have access to it.


  1. which could take up to an hour ↩︎

4 Likes