Python extension: oops Doc setattro did not set values in metadata array
This commit is contained in:
parent
e00767d98c
commit
d39ee1e58c
@ -629,6 +629,7 @@ Doc_setattro(recoll_DocObject *self, PyObject *nameobj, PyObject *value)
|
||||
// Note that some attributes are set both as struct fields and
|
||||
// meta members, keep compat with movedocfields() used when
|
||||
// fetching from query.
|
||||
self->doc->meta[key] = uvalue;
|
||||
switch (key.at(0)) {
|
||||
case 't':
|
||||
if (key == "text") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user