Skip to content

Shuffle graph DB query results before returning

Cristina Pauna requested to merge fix/graphdb-shuffled-results into main

This branch adds the feature to shuffle search results when querying the graph DB via its .queryData( ) interface. This should guarantee results won't appear in a deterministic order thus giving certain results an advantage over others as they would always be in the top n result entries.

Merge request reports