You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiments (category) have a property called Condition (not to be confused with the Condition field of Semantic Search). When you try a Semantic Search to pull data from Experiments, you only get a single Condition and the rest of the rows are blank. Here's a Semantic Search where this happens:
{{#ask: [[Category:Experiments]]
|?Condition
|format=broadtable
|limit=5000
|offset=0
|link=all
|sort=Page sort number
|order=asc
|headers=show
|mainlabel=-
|searchlabel=... further results
|class=sortable wikitable smwtable
}}
Compare to another property of Experiments which does display correctly:
{{#ask: [[Category:Experiments]]
|?Group 0 name
|format=broadtable
|limit=5000
|offset=0
|link=all
|sort=Page sort number
|order=asc
|headers=show
|mainlabel=-
|searchlabel=... further results
|class=sortable wikitable smwtable
}}
The text was updated successfully, but these errors were encountered:
Should be OK now. Please test and close. Here is a link to the above queries showing that the issue is fixed. Some of the Condition fields have processing errors, but other than that, the field should work fine now.
This issue was caused by an erroneous edit we did to support #55.
Experiments (category) have a property called Condition (not to be confused with the Condition field of Semantic Search). When you try a Semantic Search to pull data from Experiments, you only get a single Condition and the rest of the rows are blank. Here's a Semantic Search where this happens:
Compare to another property of Experiments which does display correctly:
The text was updated successfully, but these errors were encountered: