Skip to content

Commit c3ebc54

Browse files
committed
feat: make requirements for code search modes clearer
1 parent 0967fb5 commit c3ebc54

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/projects/adt-plugins/abap-code-search/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ It comes in two flavors:
1414

1515
In the client-based approach, the existing ADT REST API is used to search for relevant objects in the ABAP system. Once the source code is retrieved, the search is performed in the client. Due to the [used APIs](https://help.sap.com/docs/abap-cloud/abap-development-tools-user-guide/abap-repository-trees-concept?locale=en-US) the client-based search only works with a minimum ABAP version of 7.51 and a connected HANA database.
1616

17+
:::info
18+
For this search mode only the [Eclipse Plugin](#frontend-eclipse) is required
19+
:::
20+
1721
#### Supported Environments
1822

1923
- ABAP Platform 7.51+
@@ -24,7 +28,7 @@ In the client-based approach, the existing ADT REST API is used to search for re
2428

2529
### Server-Based
2630

27-
The ABAP Code Search plug-in communicates with the corresponding ABAP backend to perform the search completely in the ABAP system. Only the match results are reported back to the client.
31+
The ABAP Code Search plug-in communicates with the corresponding [ABAP backend](#backend-abap) to perform the search completely in the ABAP system. Only the match results are reported back to the client.
2832

2933
#### Supported Environments
3034

@@ -43,8 +47,8 @@ The ABAP Code Search plug-in communicates with the corresponding ABAP backend to
4347

4448
### Backend (ABAP)
4549

46-
:::tip Tip
47-
The installation of the custom ABAP backend is only required if the [Client-Based](./#client-based) search is not available or its performance is insufficient
50+
:::important
51+
The installation is required for the [Server-Based](#server-based) search
4852
:::
4953

5054
- Use abapGit to install [abap-code-search](https://github.com/DevEpos/abap-code-search-tools)

0 commit comments

Comments
 (0)