nostrdb: nip50: add support for search field in filters
We will be using this for our nip50 search support Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
d3496af5cc
commit
1e6873c879
@@ -156,6 +156,7 @@ enum ndb_filter_fieldtype {
|
||||
NDB_FILTER_SINCE = 5,
|
||||
NDB_FILTER_UNTIL = 6,
|
||||
NDB_FILTER_LIMIT = 7,
|
||||
NDB_FILTER_SEARCH = 8,
|
||||
};
|
||||
#define NDB_NUM_FILTERS 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user