gpt4 book ai didi

javascript - 需要帮助突出显示 Rails 中的文本

转载 作者:行者123 更新时间:2023-11-30 08:16:40 25 4
gpt4 key购买 nike

我在 rails 中构建了一个自由文本搜索引擎,我想在结果页面中突出显示搜索词,其中短语中的每个词可能不会彼此相邻(也就是说它们可能出现在文本的任何部分内容)。我尝试使用 ActionView::Helpers::TextHelper 的高亮方法作为

<%= highlight(content.body, @search_keywords) -%>

(@search_keywords 有短语)

但这不是high lighting的成语。任何人都可以帮助我吗?

提前致谢。

最佳答案

您可以将单词数组传递给highlight 函数。参见 here .

<%= highlight(content.body, @search_keywords.split) -%>

关于javascript - 需要帮助突出显示 Rails 中的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2738450/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com