1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Add text field to search queries

This commit is contained in:
Zed
2019-09-13 13:20:08 +02:00
parent 12695b393e
commit 0c1b8b0190
3 changed files with 10 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ type
Query* = object
kind*: QueryKind
text*: string
filters*: seq[string]
includes*: seq[string]
excludes*: seq[string]