search

@accepts(RB.SourceSearch, utf8, utf8)
@returns(none)
def search(search, cur_text, new_text)

Updates the source with new search text. The source should recreate the database query that feeds into the browser (if any).

search :

the active RB.SourceSearch instance

cur_text :

the current search text

new_text :

the new search text