- nebula version: 3.4.0
- Deployment method: distributed
- specific description of the problem
Graph Modeling - NebulaGraph Database Manual 1 The document mentions that when the point attribute is dynamically increased, the self-loop edge can be used instead of the point attribute. It just so happens that the business does have such a need, but after adding the self-loop edge, how to use this self-loop edge for query filtering? For example, I add a self-loop edge x to the point, and then when I find path or GET SUBGRAPH, I need to filter out or ignore the destination point that contains the self-loop edge X. How should I write the where condition in this ngql statement?