我如何通过 API 搜索我的 drupal 站点?
我正在尝试实现一个移动应用程序,并且正在为我的 drupal 网站提供搜索功能,我想知道它是否是可用的 api,或者我是否需要自己创建一个以 JSON 或 XML 形式返回结果的应用程序。
即我只尝试搜索一种类型的节点,即维基页面。 :))感谢您的帮助,我是 drupal 的新手!
im trying to implement a mobile app, and im doing a search feature for my drupal site, and i was wondering if thier is an api avaibale or do i need create one myself that will return the results in JSON or XML.
i.e im only trying to search the one type of node, the wiki pages. :)) thanks for your help, im a newbie to drupal!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该查看服务模块。该模块的教程和示例可以在其文档中找到。
You should take a look at the Services module. Tutorials and examples for this module can be found in its Documentation.
服务相当繁重,对于移动应用程序,我使用 Views Bonus Pack 的 XML 输出格式来创建带有公开过滤器的视图,该过滤器以 XML 形式返回结果: http://drupal.org/project/views_bonus
Services is pretty heavy, for mobile apps I've used Views Bonus Pack's XML output format to create a view with exposed filters that returns results as XML: http://drupal.org/project/views_bonus