You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Daewon Jeong (JIRA)" <ji...@apache.org> on 2018/10/18 08:41:00 UTC

[jira] [Created] (S2GRAPH-243) Limit bug on 'graph/getEdges'

Daewon Jeong created S2GRAPH-243:
------------------------------------

             Summary: Limit bug on 'graph/getEdges' 
                 Key: S2GRAPH-243
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-243
             Project: S2Graph
          Issue Type: Bug
          Components: s2core
    Affects Versions: 0.2.0
            Reporter: Daewon Jeong


A limit bug was reported in the getEdges API in the following link.

link: [https://lists.apache.org/thread.html/57ca77109bf321fcff7be616b5e07eb320f5dfcd81e700ba77e6ffd2@%3Cusers.s2graph.apache.org%3E]

Bug Description:

Using version 0.2.0
 Enter data as example.sh

Three "friends" in "Elmo" (offset: 0, limit: 3) => Only two results are displayed.

 

If offset is 0, 2 results are returned.

[image link|https://user-images.githubusercontent.com/1182522/47141766-5e456d80-d2fc-11e8-8324-69493e82baa5.png]

 

If offset is 1, 3 results are returned.

[image link|https://user-images.githubusercontent.com/1182522/47141759-5be31380-d2fc-11e8-9b73-1d51ae0dbc14.png]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)