This white paper discusses approaches to simplifying RESTful search. It examines using the HTTP GET method for search and representing search criteria in URLs either through query parameters or embedded URLs. It also describes two languages - Feed Item Query Language (FIQL) and Resource Query Language (RQL) - that can be used to model complex search filter criteria in URLs. The paper provides an example of how Apache CXF incorporates FIQL support to enable expressing search expressions in URIs.