My Query:

SELECT ?item ?itemLabel  WHERE {
   ?item wdt:P31 wd:Q2085381.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  #   FILTER(CONTAINS(LCASE(?itemLabel), "simon"))
  #   FILTER (LANG(?itemLabel)="en")
}

and if I enable any of the FILTER lines, it returns 0 results.
What changed / Why ?