nostrdb/search: make sure we break instead of return

so the cursor has a chance to close

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2023-12-01 17:14:16 -08:00
parent e537c7cef4
commit 06445de197
1 changed files with 1 additions and 1 deletions

View File

@ -2670,7 +2670,7 @@ int ndb_text_search(struct ndb_txn *txn, const char *query,
// reposition the cursor so we can continue
if (mdb_cursor_get(cursor, &k, &v, MDB_SET_RANGE))
return 0;
break;
op = order_op;
} else {