- Figured out a way to allow customized backends to be proxied by the AMW. Backend implementors may decide they need special methods on the backend. Those must be accessible for the wrapped item. In order to allow this, all method calls that are not found on the AMW are redirected to the backend itself.
- Added search_item to AMW
- Thought about how has_item should be implemented on the AMW.
See: