In T395474, the message wikilambda-visualeditor-wikifunctionscall-dialog-search-placeholder was added. It includes the text {{formatnum:2000}}+.
There are two problems with it:
- formatnum must not be used in messages. Numbers must be formatted in the code that loads the message. See https://www.mediawiki.org/wiki/Manual:Messages_API
- The number may go above 2000 some day, so it should probably be changed to a parameter.