Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Haystack 的经验真的是 0,但我们使用 django-haystack 进行搜索。现在搜索工作正常,但我只是在网站上添加了#hashtags,我希望搜索对带标签的单词有所不同。
我现在拥有的:
我想要完成的事情:
希望任何人都可以帮助我
其他人修改了 WordDelimiterFilterFactory 和 WordDelimiterFilter 来处理 @ 和 #-characters 作为数字。也许这也对你有用?