Skip to content

Releases: OnceDoc/OnceDB

171

06 Apr 23:51
3646ce5
Compare
Choose a tag to compare

168

15 Mar 15:46
b743330
Compare
Choose a tag to compare
168 Pre-release
Pre-release

Bug fix:
r168 Zhsearch mismatch when searching for * keywords
r167 When no elements found in range, should return 0 not -1
r166 Two numbers will be replied when no data was found.

build.168.oncedb.armv8.tar.gz
build.168.oncedb.x64.linux.tar.gz
build.168.oncedb.x64.windows.zip
build.168.oncedb.armv7.tar.gz

165

12 Mar 00:01
b743330
Compare
Choose a tag to compare
165 Pre-release
Pre-release

Bug fix: When the temporary index is continuously generated, the index name under the Windows platform may be duplicated

build.165.oncedb.armv8.tar.gz
build.165.oncedb.x64.windows.zip
build.165.oncedb.armv7.tar.gz
build.165.oncedb.x64.linux.tar.gz

164

10 Mar 13:21
b743330
Compare
Choose a tag to compare
164 Pre-release
Pre-release

"=>": Output to index

Save search results(ID) to an ordered index

find schema=>[index] from to field operator value ...

If no index name is specified, a temporary index is automatically generated

build.164.oncedb.x64.linux.tar.gz
build.164.oncedb.x64.windows.zip
build.164.oncedb.armv7.tar.gz
build.164.oncedb.armv8.tar.gz

154

19 Feb 14:07
b743330
Compare
Choose a tag to compare
154 Pre-release
Pre-release

r154 Sometimes will return: +OK :0 *0 should be: +OK *0
r153 Fixed the bug of automatic index creation
r152 Fixed the bug of operator
r151 When active = 1,remove userInfo @ Kris active ?@Active will return error
r148 Fix return number of zhsearch
r145 Support desc order: find issue -1 0 key * c,node.js
r144 Support print all: find issue 0 -1 key * c,node.js

141

29 Jan 10:45
7c5b642
Compare
Choose a tag to compare
141 Pre-release
Pre-release

Update API:

Output all objects in reverse order

find schema -1 0 id = *

Output the first 10 objects in reverse order

find schema -1 -10 id = *

Bug fix.

OnceDB 139

17 Jan 04:57
a65b2bb
Compare
Choose a tag to compare