When adding a statement with federated properties enabled, I am currently able to search for and select any Wikidata property, even those that have a data type not supported by my version of Wikibase (e.g. lexemes, musical notation, and so on -- this accounts for approximately 60 properties). Picking one of these unsupported properties results in an error notification that prompts me to hard refresh the Wikibase.
We should filter out properties with unsupported data types from appearing in the search results for properties when federation is enabled.
The number of results returned should be the same as the default in Wikibase/Wikidata (7).
BDD Scenario: Adding a statement to a local item
Given I have federated properties enabled from a source Wiki with unsupported data types
When I enter the [partial] label or P# of a property with an unsupported data type
Then the default quantity of possible properties is displayed in the results list
And unsupported properties are not displayed in the results list
What's there now