Issue:
- /search with limit and offset paginates using
dateServerModified
property -
/create_edge (source, target, name)
updatessource.dateServerModified
- causes issue: paginating using
search
with_sortOrder: Asc
and adding an edge to the searched items during pagination will result in an infinite amount of pages, items that have edges added are continuously put back into the results
Comment:
Bit hesitant to make this change, there might be some side effects in frontend or plugins. There's probably a better solution (like not paginating using dateServerModified
), but takes longer to implement.