# Hop Search

## Hop Search

### Description

Hop Search is a command line tool which allows you to search in your projects. It’s particularly useful if you’re working on a remote server over a ssh connection and you need to find a certain value, setting, transform, action and so on.

The search will match names, keys, values, descriptions and so on.

### Options

| Option                         | Description                                                                                                                          | Default value                                                     | Available for plugin |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- | -------------------- |
| `-j` or `--project`            | The name of the project you want to search in                                                                                        | None or the configured default project when none is specified     | Projects             |
| `-e` or `--environment`        | The environment to search in                                                                                                         | None or the configured default environment when none is specified | Projects             |
| `-h` or `--help`               | Print the help options                                                                                                               | None                                                              |                      |
| `-i` or `--case-insensitive`   | Perform a case insensitive search                                                                                                    | false                                                             |                      |
| `-x` or `--regular-expression` | The specified search string is a (Java) [regular expression](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html) | false                                                             |                      |
| `-l` or `--print-locations`    | Print which locations are being looked at                                                                                            | false                                                             |                      |
| `-v` or `--version`            | Print version information                                                                                                            | false                                                             |                      |

Last updated 2025-09-04 18:20:51 +0200


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/index-2/index-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
