Find all mentities where MEntity::name matches the prefix

Property definitions

nitc $ ModelIndex :: find_by_name_prefix
	# Find all mentities where `MEntity::name` matches the `prefix`
	fun find_by_name_prefix(prefix: String, filter: nullable ModelFilter): IndexMatches do
		return score_results_incremental(name_prefixes.find_by_prefix(prefix), filter)
	end
src/model/model_index.nit:346,2--349,4