---
title: "Feature: #46624 - HMENU item selection via additionalWhere"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-46624"
source: "Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst"
typo3-version: "7.1"
typo3-major: 7
type: "feature"
issue: 46624
forge: "https://forge.typo3.org/issues/46624"
tags: ["TypoScript", "Frontend"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Feature: #46624 - HMENU item selection via additionalWhere {#feature-46624}

See [forge#46624](https://forge.typo3.org/issues/46624)

## Description {#description}

The TypoScript Content Object HMENU menu options have a new property called "additionalWhere" to
allow for a more specific database query based on any page properties.

```typoscript
lib.authormenu = HMENU
lib.authormenu.1 = TMENU
lib.authormenu.1.additionalWhere = AND author!=""
...
```
