如何编写多重搜索代码?

发布于 2024-12-10 16:23:41 字数 355 浏览 0 评论 0原文

我有一个类别表,人们需要说:(是的,我的代码是按文字工作的:))

'列出书籍和铅笔'

但是有一天,他们想说:

'list books, pencils, notebooks and papers'

我正在使用 mssql 上的存储过程。 或者我不想使用4个参数,并限制用户。我将在很多页面上使用这个解决方案,所以我正在寻找完美的解决方案。

谢谢..

编辑:

我不想在存储过程中解析它以提高性能和安全性,但如果这是唯一的方法,请说我,我可以理解。 :)

I got a Categories table and people need to say: (Yes, my code working by words :) )

'list books and pencils'

But Another day, they want to say:

'list books, pencils, notebooks and papers'

I'm using stored procedures at mssql.
Or I don't want to use 4 parameters, and limit the user. I will use this solution at many pages so I'm searching for perfect solution.

Thanks..

edit:

I don't want to parse it in stored procedure for performance and security, but if it is the only way, say me, I can understand. :)

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

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

发布评论

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

评论(1

笑看君怀她人 2024-12-17 16:23:41

将值作为 xml 或字符串传递给存储过程,并在存储过程中使用一些逻辑来解析这些值。

pass the values in as xml or string to the stored procedure and have some logic in the stored procedure to parse the values.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文