autosuggest: StrictMatcher in any part of the string?

Great to see there now is StrictMatcher: autocomplete/src/filter.ts at 5ad2ebc861f2f61cdc943fc087a5bfb756a7d0fa · codemirror/autocomplete · GitHub. Would it be possible to make it so that it can match a fixed pattern, but in any location of the string (not only from the beginning)? Thanks!