nachdem man sich ewig mit explode des Query_Strings rumgeschlagen hat, gibt es seit R6 endlich folgendes:

@UrlQueryString(„docID“)

und bei

@DBLookup gibt es nun Keywords

@DbLookup( class : cache ; server : database ; view ; key ; fieldName ; keywords ) or
@DbLookup( class : cache ; server : database ; view ; key ; columnNumber ; keywords)

Note This parameter is new with Release 6.Keyword. Optional. Keywords can be concatenated.

[FAILSILENT] returns „“ (null string) instead of an error if the key cannot be found.

[PARTIALMATCH] returns a match if the key matches the beginning characters of the column value.

[RETURNDOCUMENTUNIQUEID] returns the UNID of the document instead of a field or column value.

Soweit so gut. Nun noch etwas mehr performance und man koennte damit zufrieden sein.