Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThanks for your time! I'm using the Safari developer tool. As far as I can tell, everything is being loaded. But the queries arn't causing any requests. Ie: Nothing happens at all when I type into the text field (blank by the way, not even the place holder is showing up). I can't seem to get past the one undefined function error. Which the function couldn't be getting called if widget.js is not being loaded. Anyway, I guess I wasn't extremely clear. But not to worry, I've registered my admin.
      singulars
    2. COOne thing that I would check is that the js file is being loaded properly--it might be in the wrong directory. When you check the page source, you need to see this <script src="/static/autocomplete_light/widget.js" type="text/javascript"> in the Header and that will load the widget.js. If you don't see it, it means that the autocomplete_light/static.html file isn't being loaded properly. You need to include this line {% include 'autocomplete_light/static.html' %} in your templates/yourapp/index.html (or whatever page it is). If "everything is being loaded" as you say, then widget.js should too
      singulars
    3. COEverything is being loaded. I'll update the question with the html to show this fact. Also unless there is some javascript magic that is occuring here. It is impossible to receive an error on a line of a code that is not being loaded. In other words, if widget.js wasn't being loaded, it wouldn't be able to attempt to call the function.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload