Currently eBiss does not yet offer a content search 1). However, this can be accomplished with a workaround described below.
Example: An incoming EDIFACT PRICAT message containing EAN 4058216227380 search.
Requirements: you will need GrepWin2) And the path 3) to MessageStore4). Alternatively, you can also search for file content with Notepad++. It is also possible to switch on the indexing functionality of the operating system and then try searching in the file manager5)
Procedure:
The document you are looking for should be identified and re-processed as needed.
.* matches any character (except for line terminators) * Quantifier — Matches between zero and unlimited times, as many times as possible, giving back as needed (greedy) 1st Capturing Group (PRICAT) PRICAT matches the characters PRICAT literally (case sensitive) .* matches any character (except for line terminators) * Quantifier — Matches between zero and unlimited times, as many times as possible, giving back as needed (greedy) 2nd Capturing Group (4058216236672) 4058216236672 matches the characters 4058216236672 literally (case sensitive)