rajanarahul93 opened a new pull request, #400:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/400

   <!-- 
     Thank you very much for contributing to Apache HugeGraph, we are happy 
that you want to help us improve it!
   
     Some tips for you:
       1. If this is your first time to submit PR, please read the  
       [contributing 
guidelines](https://github.com/apache/incubator-hugegraph-doc/blob/master/contribution.md)
   
       2. If a PR fix/close an issue, type the message "close xxx" below 
(Remember to update both EN & CN doc)
   
       3. Build the website locally after you finish the PR, and check if the 
changes are correct, THX~
   -->
   
   ## Purpose of the PR
   
   - fix #260 (Vertex API part) <!-- Partial fix for the issue -->
   
   ### Key Changes
   1. **ID Format Standardization**  
      - Updated all vertex IDs from composite format (`"1:marko"`) to primary 
key values (`"marko"`)
   2. **Example Corrections**  
      - Fixed property filter example (`age:29` → `age:30`)
      - Corrected batch update strategy for list properties (`UNION` → `APPEND`)
   3. **URL/Typo Fixes**  
      - Removed malformed URLs (e.g., `http:///127.0.0.1` → `http://127.0.0.1`)
   4. **Response Alignment**  
      - Ensured all examples match HugeGraph 1.0+ behavior
   
   resolves #260 
   @liuxiaocs7 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to