Questions tagged «relevance»

1
根据多个ID检索Laravel模型结果
我已经实现ZendSearch了我的Laravel应用程序。我将其用作我的搜索引擎,用户将在其中键入搜索词,然后ZendSearch返回给我一系列按相关性排序的结果。但是,ZendSearch返回的数组仅返回我的记录ID(它不返回任何实际记录信息)。 接下来将是查询我的模型以基于ZendSearch数组结果检索结果的正确方法,该结果只是根据相关性排序的ID数组。 我知道Model::find(1)哪一个会返回ID为1的记录,但是如何向该find()方法提供要按给出顺序返回的ID数组。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.