You need to sign in or sign up before continuing.
Shuffle graph DB query results before returning
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.