bdw429s
08/18/2022, 5:30 PMbdw429s
08/18/2022, 5:31 PMbdw429s
08/18/2022, 5:31 PMmadmike_de
08/19/2022, 6:49 AM"type": "preside-skeletons",
and suddenly the result is wrong (includes all preside extensions, not only the skeletons) and since nothing changed on the pixl8 stuff nor commandbox the assumption was, that maybe forgebox doesn't respect the filter anymore due to some changes. We already reported this to the Pixl8 team.bdw429s
08/19/2022, 7:01 AMbdw429s
08/19/2022, 7:02 AMbdw429s
08/19/2022, 7:02 AMmadmike_de
08/19/2022, 9:32 AMvar forgeboxEntries = forgebox.getEntries( searchTerm = "preside-skeleton-" );
(https://github.com/pixl8/Preside-CMS-CommandBox-Commands/blob/stable/commands/preside/new/site.cfc)bdw429s
08/19/2022, 3:30 PMbdw429s
08/19/2022, 3:31 PMbdw429s
08/19/2022, 3:33 PMtypeSlug
parameter
https://www.forgebox.io/type/preside-skeletonsmadmike_de
08/19/2022, 3:34 PMbdw429s
08/19/2022, 3:38 PMrepl "$wirebox.getInstance('forgebox').getEntries(typeSlug='preside-skeletons')" | jq results | printTable title,slug,typeSlug,latestVersion
bdw429s
08/19/2022, 3:38 PMforgebox show type=preside-skeletons
Javier Quintero
08/19/2022, 3:39 PMpreside-skeleton-
as the search term would bring back just the records that the slug contained the string preside-skeleton-
so actually, the search has never looked for the package type but the title, slug, summary, or author.
@bdw429s @madmike_de @meggerbdw429s
08/19/2022, 3:39 PMJavier Quintero
08/19/2022, 3:40 PMmr-me
08/20/2022, 10:50 AM