Posted by zoo33 on August 27, 2011 at 8:32am
This module provides a Services resource that enables a remote application to search for content and users on your site using Drupal core's search features. It's developed for Services 7.x-3.x as a reimplementation of the search service that was available in Services 6.x-2.x. If someone wants to help maintain this project going forward, they're more than welcome!
Requirements
- Services 7.x-3.x
Usage
To expose your site's search feature as a JSON REST service, follow these steps:
- Create a new Services endpoint with a path of your choice, e.g.
services. Choose the REST server. - Edit the endpoint's resources and check
search_nodeand/orsearch_user. - Edit the server settings and choose JSON as formatter.
- Try the service's URLs in a browser:
http://my.server.com/services/search_node/retrieve.json?keys=testfor content search.http://my.server.com/services/search_node/retrieve.json?keys=test&simple=1for content search with a simpler result format.http://my.server.com/services/search_user/retrieve.json?keys=namefor user search.
Credits
Based on the search service in the 6.x version of Services. Development supported by RFSU (Swedish Association for Sexuality Education) and SthlmConnection.
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Seeking co-maintainer(s)
- Development status: Maintenance fixes only
- Reported installs: 44 sites currently report using this module. View usage statistics.
- Downloads: 171
- Last modified: March 28, 2012