Is it possible to setup an automatic lookup on a field that is automatically looked up?
For example, if I add the following in the props.conf and have the appropriate lookup tables,
LOOKUP-foo = lookuptablefoo userid AS myuserid OUTPUT username AS myusername LOOKUP-bar = lookuptablebar usergroup AS myusergroup OUTPUT usergroup AS myusergroup
will the field myusergroup be automatically searchable?