> For the complete documentation index, see [llms.txt](https://docs.quantum-studios.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantum-studios.net/qtm-lib/client-functions/inventory/search.md).

# Search

{% code overflow="wrap" %}

```etlua
Inventory.Search(table)
```

{% endcode %}

### Arguments

| Argument | Data Type | Optional | Explanation         |
| -------- | --------- | -------- | ------------------- |
| table    | table     | no       | table of item names |

### Returns

| Data Type | Explanation                                         |
| --------- | --------------------------------------------------- |
| table     | Returns the count of the items defined in the table |
