allow to ignore binary files for project based search, too

Merged Christoph Cullmann requested to merge work/binary_file_ignore_for_projects_search into master

to simplify this, just delay the binary file detection until we do the real on disk search

avoid an extra worker just to determine mime-type for projects

Rational: I have a lot of projects that include binary files (like icons, some test binary input)

Merge request reports