...
You can add these modules to homes on your Refined sites.
...
Basic filter
The simple filter lets you set filters to show only results from a specific space or label. A search module with simple filter looks in content titles and labels: to look in page contents (e.g. the page body), use the advanced filter. Tip: search only the current space with the $spacekey text variable.
...
Search Confluence for users:
siteSearch ~ "*$query*" and type = user
Search my mentions:
siteSearch ~ "*$query*" and mention = currentUser()
Search in a Refined Site that has ID 4:
text ~"*$query*" and refinedSite = 4
Search Confluence Questions for questions or answers (RefinedTheme 6.1):
...