Jump to content

Talk:Quarry

Add topic
From mediawiki.org
Latest comment: 21 days ago by MNSanchez in topic Subcategories of Depth 3

Need some information

[edit]

Do you know the exact date tagging started in 2015? Ashik Ahamed CU (talk) 16:20, 16 May 2025 (UTC)Reply

Need Help

[edit]

Hi,

I ran a query on Quarry that shows "Query completed" but it doesn't return any results in the output section. I've double-checked my SQL syntax and database selection (enwiki). Could someone help me understand whether:

  1. There might be a temporary issue with Quarry itself?
  2. The result set is empty due to some data issue?
  3. I'm possibly missing something in the query structure?

Any help would be appreciated. Thanks in advance! Ashik Ahamed CU (talk) 03:52, 14 June 2025 (UTC)Reply

I had the same for a while, now the results show, so answer [1]. KylieTastic (talk) 10:47, 14 June 2025 (UTC)Reply
This was probably T396904: Query results do not appear due to JS error. -- BDavis (WMF) (talk) 18:15, 14 June 2025 (UTC)Reply

Subcategories of Depth 3

[edit]

Hi there,

I am trying to retrieve all subcategories of the category "Personnalité_féminine" on the French Wikipedia.

I have this rather complex version of it which I forked from an existing Quarry. I am really just trying to retrieve the subcategories from the parent category.

My goal is to incorporate the list of subcategories in another query. I know that I have to leverage the recursive keyword which is why I landed on the query above.

Do you have any pointers on how to just get the subcategories at depth level 3?

I would really appreciate the help! MNSanchez (talk) 22:16, 16 June 2025 (UTC)Reply