Semantic search

Jump to navigation Jump to search
Condition
Printout selection
Options
Parameters [
limit:

The maximum number of results to return
offset:

The offset of the first result
link:

Show values as links
headers:

Display the headers/property names
mainlabel:

The label to give to the main page name
intro:

The text to display before the query results, if there are any
outro:

The text to display after the query results, if there are any
searchlabel:

Text for continuing the search
default:

The text to display if there are no query results
class:

Specify an additional cascading style sheet class
widget:

Available widget
navigation:

Layout navigation control
overlay:

Enable image overlay
perrow:

The amount of images per row
widths:

The width of the images
heights:

The height of the images
autocaptions:

Use filename as caption when none is provided
fileextensions:

When using the filename as caption, also display the file extension
captionproperty:

The name of a semantic property present on the queried pages to be used as caption
captiontemplate:

A template used to format the gallery image captions. It provides named args like 'imageraw', 'imagecaption' and 'imageredirect'
imageproperty:

Name of a semantic property on the queried pages that points to images to use. When set, the queried pages themselves will not be displayed as images
redirects:

The name of a semantic property present on the queried pages which contain the redirect target
Sort options
Delete
Add sorting condition
Debug output SQLStore
ASK Query
[[Category:Circular 605]] [[Page used::Galatia Channel:Figures]] [[Has image::Yes]] [[Image no::~*Figure*]]
SQL Query
SELECT DISTINCT
  t0.smw_id AS id,
  t0.smw_title AS t,
  t0.smw_namespace AS ns,
  t0.smw_iw AS iw,
  t0.smw_subobject AS so,
  t0.smw_sortkey AS sortkey, t0.smw_sort
FROM
  `smw_object_ids` AS t0
INNER JOIN
  (`smw_fpt_inst` AS t2
INNER JOIN
  `smw_di_wikipage` AS t4 ON t2.s_id=t4.s_id
INNER JOIN
  `smw_di_wikipage` AS t7 ON t2.s_id=t7.s_id
INNER JOIN
  (`smw_di_wikipage` AS t10
INNER JOIN
  `smw_object_ids` AS t12 ON t10.o_id=t12.smw_id) ON t2.s_id=t10.s_id) ON t0.smw_id=t2.s_id
WHERE
  (t2.o_id=3080
   AND (t4.p_id=3113 AND t4.o_id=3098)
   AND (t7.p_id=3109 AND t7.o_id=3110)
   AND (t10.p_id=3111
   AND (t12.smw_sortkey LIKE '%Figure%')
  ))
  AND t0.smw_iw!=':smw'
  AND t0.smw_iw!=':smw-delete'
  AND t0.smw_iw!=':smw-redi'
ORDER BY
  t0.smw_sort ASC
LIMIT
  55
OFFSET
  0
SQL Explain
IDselect_typetabletypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEt2refs_id, o_id, s_id_2, o_id_2o_id_25const110Using index; Using temporary; Using filesort
1SIMPLEt4ref|filters_id, o_id, p_id, s_id_2, s_id_3, o_id_2, o_id_3p_id|o_id8|5const, ilstratwiki_ILSTRAT.t2.s_id1 (6%)Using where; Using rowid filter
1SIMPLEt10refs_id, o_id, p_id, s_id_2, s_id_3, o_id_2, o_id_3p_id8const, ilstratwiki_ILSTRAT.t2.s_id1Using where
1SIMPLEt7refs_id, o_id, p_id, s_id_2, s_id_3, o_id_2, o_id_3s_id_313ilstratwiki_ILSTRAT.t2.s_id, const, const1Using index
1SIMPLEt0eq_refPRIMARY, smw_id, smw_iw, smw_iw_2PRIMARY4ilstratwiki_ILSTRAT.t2.s_id1Using where
1SIMPLEt12refPRIMARY, smw_idsmw_id4ilstratwiki_ILSTRAT.t10.o_id1Using where; Using index; Distinct
Auxilliary Tables
No auxilliary tables used.
Query Metrics
Query-Size:7
Query-Depth:1
Errors and Warnings
None