创建自定义搜索模块并在自定义组件中显示结果

发布于 2025-01-03 23:14:05 字数 263 浏览 1 评论 0原文

在一个较大的项目中,我创建了一个 Joomla 1.5 组件,用于格式化和显示从 Web 服务接收的信息。现在我需要使用搜索模块来过滤显示的内容。已经有第二个 Web 服务返回过滤结果。

所以我的想法是如果可能的话,使用像默认搜索模块这样的模块。用户输入关键字,当他点击“确定”时,这些关键字会以某种方式发送到我的组件。然后该组件读取此信息并知道它需要使用关键字作为参数来调用搜索 Web 服务。请注意,我仅需要在使用此组件的一页上使用此搜索功能。

达到类似结果的最佳方法是什么?

In the context of a larger project, I have created a Joomla 1.5 component that formats and displays information received from a web service. Now I need to use a search module, to filter what is displayed. There is already a second web service that returns filtered results.

So my idea is to use a module like the default search module, if possible. The user types in the keywords, and when he hits "ok" these are sent to my component somehow. Then the component reads this info and knows that it needs to call the search web service with the keywords as parameters. Note that I need this search functionality only to the one page where this component is used.

What is the best way to achieve a similar result?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉风有信 2025-01-10 23:14:05

所有信息、数据结果均显示在主区域。因此,您的模块搜索结果只需要指向您的搜索组件的链接!前任 :

index.php?option=com_mycompname&view=application&Itemid=114&q=user+search+query

All informations, data results are shown on the main area. So your module search results simply need links to your search component! Ex :

index.php?option=com_mycompname&view=application&Itemid=114&q=user+search+query
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文