I tried to use Post.search(keyword, :size => 10)
and Post.search(keyword).size(10)
. but non of these will work.
问问题
3054 次
I tried to use Post.search(keyword, :size => 10)
and Post.search(keyword).size(10)
. but non of these will work.