It seems like the autocomplete module creates an url like domain.xyz/apachesolr_autocomplete which shows just some [ ] ...

Comments

robertdouglass’s picture

I don't understand the question/problem. Please elaborate?

The module uses Drupal's core autocomplete functionality.

janusman’s picture

Status: Active » Closed (fixed)

You need to create a callback handler for the autocomplete widget; this is how it's done in other places (for instance, see the core taxonomy module to see how it handles autocomplete for tagging vocabularies).

Closing this out