Skip to content

Flag jnktype

marufcetin edited this page Sep 1, 2026 · 1 revision

Flag: jnktype

Turkce Dokumantasyon | English Documentation

Category: Configuration Flags
Type: Query & Search Option
Valid Values: 'A', 'B', 'AB'
Default: 'A' (or 'AB' depending on query context)


1. Definition and Overview

jnktype selects the lifecycle tier to query when use_junk is active:

  • 'A': Tier A (Active catalog records only).
  • 'B': Tier B (Junk/archived records only).
  • 'AB': Tier A first, followed by Tier B.

2. Usage

my @all_records = $adb->read_all("catalog_product", 0, 50, jnktype => 'AB');

3. See Also

AmberDB Encyclopedia

Home · A-Z Index


Getting Started & Guides


Core Concepts


Core CRUD Methods


Query, Search & Facets


Transactions & Locks


Cache, Buffer & Low-Level


Locale & Helpers


Maintenance & Tools


Configuration Flags


File Formats


Language

Clone this wiki locally