mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00: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:
@@ -129,6 +129,7 @@ LEFT JOIN jobs
|
||||
None,
|
||||
None,
|
||||
SortKey::UpdatedAt,
|
||||
None,
|
||||
);
|
||||
builder
|
||||
.push(" AND id != ")
|
||||
|
||||
Reference in New Issue
Block a user