#777 closed defect (fixed)
Ruby API: no wrapper for metadata_keys_begin
Reported by: | Do | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | 1.4.12 |
Component: | Xapian-bindings (Ruby) | Version: | 1.4.11 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description (last modified by )
Hello, there is no wrapper for metadata_keys_begin
for RUBY API. Please add!
My version:
def metadata(term) Xapian._safelyIterate(self.metadata_keys_begin(term), self.metadata_keys_end(term)) { |item| item.term } end
Change History (7)
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
comment:2 by , 6 years ago
Component: | Other → Xapian-bindings (Ruby) |
---|---|
Milestone: | → 1.4.12 |
Status: | new → assigned |
Version: | → 1.4.11 |
comment:3 by , 5 years ago
comment:4 by , 5 years ago
Added metadata_keys
wrapper on master in 5b3439cc78f400b641ad815d4e6288e822f86c34.
comment:5 by , 5 years ago
I've wrapped all the other missing iterators on master in e2d3f3fa67deab6baad96f74bf3cce86edae2153.
comment:6 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Backported for 1.4.12 in 5f6ebf3e1a3f0dc364327d696a210d8e191c2100 and 81fa37bc833eabde8ec8d8981a155d3ab22e4828.
Note:
See TracTickets
for help on using tickets.
There are several other begin/end iterator methods which appear not to be handled: