Using ISHRemote can I filter results where Version is less than or equal to a value?

Hi,

The Version metdata field for an ISHModule object is of type string.

Is there any workaround in ISHRemote to find results where Version is lessthan or equal to an integer value e.g..

$metadataFilterLang = Set-IshMetadataFilterField -Level Lng -Name DOC-LANGUAGE -FilterOperator NOTIN -Value 'en-US' |
Set-IshMetadataFilterField -Level Version -Name VERSION -FilterOperator LE -Value $version

Any advice appreciated,

Regards,

Ann

emoji