Semantic 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
Delete
Add sorting condition
Debug output SQLStore
ASK Query
[[Category:Kagura Mutsuki]] [[Category:BlazBlue Alternative: Dark War]]
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,t7.o_sortkey
FROM
  `smw_object_ids` AS t0
INNER JOIN
  (`smw_fpt_inst` AS t2
INNER JOIN
  (`smw_fpt_inst` AS t4
INNER JOIN
  `t5` AS t5 ON t4.o_id=t5.id) ON t2.s_id=t4.s_id) ON t0.smw_id=t2.s_id
INNER JOIN
  `smw_di_time` AS t7 ON t0.smw_id=t7.s_id
WHERE
  (t2.o_id=42919)
   AND (t7.p_id=9938)
  AND t0.smw_iw!=':smw'
  AND t0.smw_iw!=':smw-delete'
  AND t0.smw_iw!=':smw-redi'
ORDER BY
  t7.o_sortkey ASC , t0.smw_sort ASC
LIMIT
  9
OFFSET
  4
SQL Explain
IDselect_typetabletypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEt5ALLPRIMARY5Using temporary; Using filesort
1SIMPLEt4refs_id, o_id, s_id_2, o_id_2o_id_25takamagahara.t5.id60Using index
1SIMPLEt2refs_id, o_id, s_id_2, o_id_2s_id_29takamagahara.t4.s_id, const1Using index
1SIMPLEt0eq_refPRIMARY, smw_id, smw_iw, smw_iw_2PRIMARY4takamagahara.t4.s_id1Using where
1SIMPLEt7refs_id, p_id, p_id_2, s_id_2s_id_28takamagahara.t4.s_id, const1Using index
Auxilliary Tables
  • Temporary table t5
      Recursively computed hierarchy for element(s) (4410).
      SELECT s_id FROM `smw_fpt_subc` WHERE o_id=4410 LIMIT 1
Query Metrics
Query-Size:2
Query-Depth:0
Errors and Warnings
None