aboutsummaryrefslogtreecommitdiffstats
path: root/ARCHITECTURE.md
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-01-06 20:11:48 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-01-06 20:11:48 +0200
commit3e1d169fe822f711bd96278e13cd89e2800c8927 (patch)
tree754ba12a94b5810c2a8b944c836e8e83bae01491 /ARCHITECTURE.md
parenta4b813881a47bb9d8aa528a9598cfdb052ae231e (diff)
Add delete_by, rename find_all to find_by
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r--ARCHITECTURE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md
index 7241310..8b50312 100644
--- a/ARCHITECTURE.md
+++ b/ARCHITECTURE.md
@@ -313,7 +313,7 @@ The following actions are performed per API function:
b. Return record
3. Else, return None
-### `find_all` (find multiple records by non-PK key)
+### `find_by` (find multiple records by non-PK key)
1. (Strong) Refresh indexes
2. If key is indexed and secondary index contains key