Entity.search doesn't work together with searchBox
This one works:
var phrase = “test”
…
list(a in Activity.search(phrase)) {
}But if I’m using the searchBox(phrase) it doesn’t update the search at all from the initial search.
Submitted by Terje Pedersen on 4 April 2011 at 09:43