You can perform a search within the space by inputting the keyword in the Search this space box on the global navigation. It will search through Issue, Wiki, Files, Pull requests and Members data.
The syntax for search
There are 2 syntax options that can be used while performing the different methods of searches.
NOT syntax (Global search)
The NOT syntax is for finding things that contain (word A) but (word B). This is helpful when you want to omit certain words or unwanted results.
"-" before the omitting word will help to filter out the intention omitted keyword. For example, inserting "-01" will get the search results related to example without "01" words.
OR syntax (Search issues within projects)
OR syntax is for finding things that contain either (word A) OR (word B) within a project search.
For example, inserting "OR" word within the keywords will get all the search results that contain these keywords.