For the lighttpd code, taxonomy autocomplete feature doesn’t work. I have done some investigations and it seems to fail because of encoding of the comma “,” character.
After doing some tests, the following code seems to work right using the urldecode() function to convert from %XX to special characters:
For the lighttpd code, taxonomy autocomplete feature doesn’t work. I have done some investigations and it seems to fail because of encoding of the comma “,” character.
After doing some tests, the following code seems to work right using the urldecode() function to convert from %XX to special characters: