Hi @all,
how can I find every page that an user has edited.
Using the default search function returns only the pages where the user was the last editor.
But I need all pages that an user has edited also, when he was not the last editor.
Thanks
Hi @all,
how can I find every page that an user has edited.
Using the default search function returns only the pages where the user was the last editor.
But I need all pages that an user has edited also, when he was not the last editor.
Thanks
Unfortunately we currently index only the last author of a wiki page, see https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core/src/main/resources/conf/managed-schema#L195-L199 . I agree it would be nice to index all authors in order to be able to filter on that. You could create a feature request on https://jira.xwiki.org .