Filter works more or less like NotesView.getAllEntriesByKey without exact match.
E.g.
someView.getAllEntriesByKey( "f", false ) -> returns all entries starting with the letter f.
It sounds like the search property might be what you're looking for. search works like NotesView.FTSearch.