元搜索 3 列作为一列
我的表中有三列产品名称、产品颜色和产品品牌。该表几乎是静态的,我只导入一次数据,它不会被修改。一个例子是小型汽车,红色,汽车公司。我希望能够搜索并获得“红色汽车”的结果。
如果我使用 名称或颜色或品牌包含 我没有得到任何结果。
有没有办法在搜索过程中折叠三列,或者创建一个包含三列信息的列,这是一个可能的解决方案,因为我的数据变化不大。
谢谢!
I have three columns in my table product name, product color, and product brand. The table is pretty much static, I just import the data once and it does not get modified. An example would be small car, red, motor co. I want to be able to search for and get a result for "car red".
If I use
name_or_color_or_brand_contains
I do not get any results.
Is there a way to collapse the three columns during the search or is creating a column that has the info of the three column a possible solution seeing that my data does not change that much.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论