[PR #1] [MERGED] feat: advanced search #1

Closed
opened 2026-06-06 22:06:19 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vxcontrol/graphiti-go-client/pull/1
Author: @zavgorodnii
Created: 11/20/2025
Status: Merged
Merged: 2/3/2026
Merged by: @asdek

Base: mainHead: feat/advanced-search


📝 Commits (4)

📊 Changes

9 files changed (+1393 additions, -2 deletions)

View changed files

📝 README.md (+212 -2)
advanced_search_example/advanced_search_example (+0 -0)
advanced_search_example/advanced_search_example.go (+652 -0)
advanced_search_example/go.mod (+9 -0)
advanced_search_example/go.sum (+2 -0)
📝 client.go (+65 -0)
example/advanced_search_example.go (+275 -0)
example/example (+0 -0)
📝 types.go (+178 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/graphiti-go-client/pull/1 **Author:** [@zavgorodnii](https://github.com/zavgorodnii) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@asdek](https://github.com/asdek) **Base:** `main` ← **Head:** `feat/advanced-search` --- ### 📝 Commits (4) - [`23f2afa`](https://github.com/vxcontrol/graphiti-go-client/commit/23f2afad233fa2662a443acae0311872002b67c0) feat: advanced search - [`89e19f3`](https://github.com/vxcontrol/graphiti-go-client/commit/89e19f369056631252a8a60c74737a87b0278ee4) removed filters - [`aa9c531`](https://github.com/vxcontrol/graphiti-go-client/commit/aa9c5316ed5d39951008c4b6f55cc7b5ae267096) added attributes - [`52b6f2f`](https://github.com/vxcontrol/graphiti-go-client/commit/52b6f2f5776e141c29edb94ab0d4052c93a052e7) Merge branch 'main' into feat/advanced-search ### 📊 Changes **9 files changed** (+1393 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+212 -2) ➕ `advanced_search_example/advanced_search_example` (+0 -0) ➕ `advanced_search_example/advanced_search_example.go` (+652 -0) ➕ `advanced_search_example/go.mod` (+9 -0) ➕ `advanced_search_example/go.sum` (+2 -0) 📝 `client.go` (+65 -0) ➕ `example/advanced_search_example.go` (+275 -0) ➕ `example/example` (+0 -0) 📝 `types.go` (+178 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:06:19 -04:00
yindo closed this issue 2026-06-06 22:06:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/graphiti-go-client#1