Check out the new Refresh in our documentation.

This refresh includes the following enhancements.

Content Hub filters

New filters in the Content Hub improve your ability to quickly find the content you are searching for.

Screenshot of Xperience by Kentico's Content hub show the filter tray and several filter options.

Custom listing filters

You can now create code defined listing filters for Administration customizations.

You can add a custom filter to a listing page like this:

public override Task ConfigurePage()
{
    ...

    // Assigns a listing filter model
    PageConfiguration.FilterFormModel = new UserListFilterModel();
}

We have a Lucene.NET search integration package which you can learn more about at our GitHub repository for this library.