Items in the model can be searched for using the Search Button on the main top toolbar:

Search uses Java regex. In the example screenshot, the regex 'Initializier$' is used to find all items in the model, not just containing but, ending in 'Initializer', with the '$' character indicating line ending. Details on the syntax of Java regular expressions can be found here.