Silver_hr created this task.
Silver_hr added a project: Wikidata-Gadgets.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **List of steps to reproduce** (step by step, including full links if 
applicable):
  
  1. Have EasyQuery enabled
  2. Go to https://www.wikidata.org/wiki/Q78595149
  3. Find the "part of" "evolutionary line of Applin" statement and its 
qualifier "follows" "Applin"
  4. Click on the ellipsis next to the qualifier
  
  **What happens?**:
  
  After the query runs, the pop-up window reports "No matching records found"
  
  **What should have happened instead?**:
  
  6 results should have been returned.
  
  **Software version (if not a Wikimedia wiki), browser information, 
screenshots, other information, etc.**:
  
  The results can be obtained by modifying the SPARQL query that EasyQuery 
generates. In the following query, replace `wdt:P155` with `pq:P155`.
  
    SELECT ?item ?label ?_image WHERE {
      ?item wdt:P155 wd:Q78595086.
      SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en" . 
        ?item rdfs:label ?label
      }
      
    OPTIONAL { ?item wdt:P18 ?_image. }
    }
    LIMIT 100

TASK DETAIL
  https://phabricator.wikimedia.org/T311896

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1278/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silver_hr
Cc: Aklapper, Silver_hr, dachary, Wikidata-bugs, Ricordisamoa, Tacsipacsi, 
Sjoerddebruin, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to