_create: function()

in content/apidocs/search.js [88:91]


    _create: function() {
        this._super();
        this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)");
    },