Autocompleter has a required option - url. Problem is, it is used in Form.class where neither url_for() nor $this->getController()->genUrl() works. All the examples I saw use url as literal string, i.e.
$options = array('Model' => 'Model', 'url' => '/path');
Maybe I'm getting something wrong, but I believe writing urls as string is not a good practice. Anyway practices aside, I can't get it working either due to using frontend_dev.php, I mean, what, am I supposed to manually change every ajax url after development is finished? It can't be like that... what am I missing?