From 4aadb4ec1c8dbaf0dca7ecba33f4479206af20a2 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 6 Feb 2026 14:20:19 -0500 Subject: [PATCH] Update related to object aliases. --- documentation/GUIDE__V3_FRONTEND_API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/GUIDE__V3_FRONTEND_API.md b/documentation/GUIDE__V3_FRONTEND_API.md index 231e1c8..2c63228 100644 --- a/documentation/GUIDE__V3_FRONTEND_API.md +++ b/documentation/GUIDE__V3_FRONTEND_API.md @@ -11,6 +11,7 @@ This guide explains how to update or create frontend functions to interact with | **Base Prefix** | `/v2/crud` | `/v3/crud` | | **List Suffix** | Uses `/list` | **No suffix** (e.g., `/v3/crud/journal/`) | | **Nested Path** | Not supported in URL | **Supported** (e.g., `/v3/crud/journal/{id}/entry/`) | +| **Object Aliases** | Limited | **Supported** (e.g., `entry` maps to `journal_entry`)| | **View Selection** | `tbl_alt`, `mdl_alt` | **`view` parameter** (e.g., `?view=enriched`) | | **Complex Search** | Limited to GET `jp` | **POST `/search`** (Unlimited size + Hybrid params) | | **Full-Text** | Manual column names | **Reserved `q` property** in SearchQuery |