> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/documentation/modules/configuration/general/search-result-display.md).

# Search Result Display

This tab lists all GLPI search pages and allows you to add/modify/delete columns from the global view of each GLPI object.

You can also perform a bulk action to reset the search columns of selected items to their default settings.

<figure><img src="/files/wygabSIURZqSO76iGg5C" alt=""><figcaption><p>Overview search result display</p></figcaption></figure>

{% hint style="info" %}
For the global view that you modify via this option to be visible to users, the custom view must **not have been created** and must be in the same state as shown in the image below.

<img src="/files/SrRkoODFCRayJWE7RLOm" alt="" data-size="original">
{% endhint %}

***

## Modify Object View

You can modify the visible columns by clicking on the desired object.

<div align="left"><figure><img src="/files/kGRLBmx5QLJH5wrSfr3U" alt=""><figcaption></figcaption></figure></div>

* Add the desired elements from the dropdown list and click **+ Add**

or

* Click the red cross to delete a column.

{% hint style="success" %}
These columns are also modifiable from the "**Select columns to display by default**" option at the top right of each GLPI object.

<img src="/files/lbLYLpm4QFPcf12oe1bk" alt="" data-size="original">
{% endhint %}

***

## Bulk Action

You can reset the global view of multiple objects at once.

* Select the desired objects (or click **select all** next to the **Actions** button)
* Click Actions
* Reset to default

<figure><img src="/files/xvGa60gtR3BCgXHZnPzZ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This action will restore the default columns as they were upon a new installation.

This only works for GLPI's own object types, or for enabled plugins that support this action.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.glpi-project.org/documentation/modules/configuration/general/search-result-display.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
