Querying Update catalog for Office using dates

I am using the MSCatalog powershell script to download Windows updates for Windows 10 LTSC and Office 2016 updates.
I asked a question in the github from MSCatalog and someone recommended me to ask here in Stackoverflow:
https://github.com/ryan-jan/MSCatalog/issues/30#issuecomment-1446126569
Basically I can query for latest Windows updates for Windows 10 like this:
$Updates=Get-MSCatalogUpdate -Search "windows 10 1809 x64 02/2023"
the query against the Windows catalog would like this:
https://www.catalog.update.microsoft.com/Search.aspx?q=security%2B02%2F2023
But querying for latest OFfice updates doesn´t throw anything when using dates. The catalog query is like this:
https://www.catalog.update.microsoft.com/Search.aspx?q=Office%202016%2032%20bits%2002%2F2023
I have tried using the connector "+" as AND, no love.
How can I search those latest Office updates?