mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
feat: add search term to thread list (#12578)
Add `searchTerm` to `thread/list` that will search for a match in the titles (the condition being `searchTerm` $$\in$$ `title`)
This commit is contained in:
committed by
GitHub
Unverified
parent
a046849438
commit
f46b767b7e
@@ -129,6 +129,7 @@ LEFT JOIN jobs
|
||||
None,
|
||||
None,
|
||||
SortKey::UpdatedAt,
|
||||
None,
|
||||
);
|
||||
builder
|
||||
.push(" AND id != ")
|
||||
|
||||
Reference in New Issue
Block a user