From 1627c99a46d79f51402e283fb59ee9abcfc19cd9 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Tue, 16 Jan 2024 11:30:23 -0600 Subject: [PATCH] Update readme with todos --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83935a18..d8e7d5f6 100644 --- a/README.md +++ b/README.md @@ -140,12 +140,14 @@ Before submitting design contributions, please discuss them with the Standard Eb - Allow submitter or admins to edit unapproved artwork submissions. Approved/in use submissions should not be editable by anyone. -- Expose artist alternate spellings in the "new artwork" form. Alternate spellings should be included as a new `` item, with an artist ID equal to the artist name of record. +- Tags should be searched as whole words. For example a search for `male` should not return items tagged as `female`. - Include in-use ebook slug as a search parameter when searching for artwork by keyword. - Remove `in_use` status for an artwork; instead, an artwork with an `EbookWwwFilesystemPath` that is not `null` should be considered to be "in use" regardless of its `Status`. +- Artwork searching/filtering should be done in pure SQL, no after-sql filtering in PHP. + ## PHP code style - Indent with tabs.