Changes between Initial Version and Version 1 of Ticket #309, comment 3
- Timestamp:
- 18.09.2012 02:14:24 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #309, comment 3
initial v1 15 15 GET /core/topic?search=Funk&field=dm4.contacts.last_name 16 16 }}} 17 To match whole words only add wholeword=true to the request :17 To match whole words only add wholeword=true to the request (no result here): 18 18 {{{ 19 GET /core/topic?search=Funk tionen&field=dm4.contacts.last_name&wholeword=true19 GET /core/topic?search=Funk&field=dm4.contacts.last_name&wholeword=true 20 20 }}} 21 21