Can python operators be hidden from the search operator list?

According to the docs, if ‘INTERNAL’ is in the bl_options set for the operator, it’s supposed to hide it from search results:

https://docs.blender.org/api/current/bpy.types.Operator.html

4 Likes