Alarm Journal Filtering with backslash not working

Greetings

Ign 7.6.4-rc3 (b2013110714) |
PostgreSQL 9.1.9 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3), 64-bit

Cannot filter Alarm journal with backslash (in displaypath)

eg displayPath=DBW\Bilbul\Packaging\WB1\Carton_erector will not filter properly

DBW* works
DBW\B* does not
WB1 works

have tried DBW\B*, DBW\\B*, DBW\\B* all do not work

On postgres have had to previously change standard_conforming_strings default to make other bits work.

In direct DB query a “like ‘DBW\\B%’” is required to make it work.

The main reason for wanting the backslash is so that I can make alarms path match the MES production model so that I can auto create limiting filters by line/cell etc.

Forwardslash works but then I have to perform substitution before filter.

Regards

Tarek