You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server provides two complementary search mechanisms, optimized for different use cases:
143
-
144
121
### `search_model` - Compiled Model Search
145
122
146
123
This tool performs fuzzy searches against names of definitions from the compiled CDS model (Core Schema Notation).
147
-
When you run a CAP project, CDS compiles all your `.cds` files into a unified model representation that includes:
148
-
- All entities, services, actions, and their relationships
149
-
- Annotations and metadata
150
-
-Generated HTTP endpoints
124
+
CDS compiles all your `.cds` files into a unified model representation that includes:
125
+
- All definitions and their relationships
126
+
- Annotations
127
+
- HTTP endpoints
151
128
152
129
The fuzzy search algorithm matches definition names and allows for partial matches, making it easy to find entities like "Books" even when searching for "book".
0 commit comments