[MediaWiki-l] Re: [cargo] can't find table with cargo_query

2021-09-02 Thread David Epstein
You were right. I thought I didn't need to create/recreate the table because the pages were displaying fine. Just the query didn't work. Anyway, thank you for your patience. Everything is working fine now. On Thu, Sep 2, 2021 at 7:28 PM Yaron Koren wrote: > Hi David, > > My guess is that you

[MediaWiki-l] Re: [cargo] can't find table with cargo_query

2021-09-02 Thread Yaron Koren
Hi David, My guess is that you haven't created the Cargo table yet - that needs to be done as a separate step. Here is how to do it, if you don't know how: https://www.mediawiki.org/wiki/Extension:Cargo/Storing_data#Creating_or_recreating_a_table -Yaron On Thu, Sep 2, 2021 at 2:17 PM David

[MediaWiki-l] Re: [cargo] can't find table with cargo_query

2021-09-02 Thread Frank Lopez
Not interested no more am retired. On Thu, Sep 2, 2021, 2:17 PM David Epstein wrote: > I'm trying to query the cargo database. In PageSchemas, the table is > called simply "Place". Here is the query: > > {{#cargo_query: > table=Place > |fields=Place._pageName, Type > |where=Place.Type="Planet"