daniel added a comment.
It does not look like PropertySuggester-Python is currently applying any filtering based on data type (or value type). If we want to add such filtering, the best place would probably be in `write_row` in `CsvWriter.php`. We could also filter while reading the input file, but we would have to do this twice, in `JsonReader` and in `XmlReader`. Note however, if we filter out properties with specific data types completely, such properties will never be suggested. TASK DETAIL https://phabricator.wikimedia.org/T132839 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: Tobi_WMDE_SW, daniel, mkroetzsch, Stashbot, thiemowmde, JanZerebecki, Lydia_Pintscher, hoo, Sjoerddebruin, Nikki, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331 _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
