Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
That was not actually a bug. The AJAX search was removed from the menu so that it could still be worked on while certain problems are fixed.
1. The AJAX search does not scale well. The entire repository should not be included in the HTML of the page.
2. It was pointed out in another thread that some people would prefer to use text-only browser. Also, it doesn't work on all browsers.
3. It doesn't use the same queue that the rest of the system uses. If something is queued on another page, it doesn't show up on this one. If something is added to the queue on this page, it doesn't appear in the queue from the other pages.
I know that it is able to queue files, but simply adding something to the queue with the ajax search (without choosing to install) does not add it to the queue from other pages. Or at least it hasn't done so on my machine.
@1: The search no longer loads the whole repository in a page
@2: text-browser users (and people w/o js) can use the regular find/browse pages (as I responded in the other thread)
@3: the search is now queue aware -- it loads the queue to start, and saves to the queue when you click "install".
Comments
Comment #1
Anonymous (not verified) commentedThat was not actually a bug. The AJAX search was removed from the menu so that it could still be worked on while certain problems are fixed.
1. The AJAX search does not scale well. The entire repository should not be included in the HTML of the page.
2. It was pointed out in another thread that some people would prefer to use text-only browser. Also, it doesn't work on all browsers.
3. It doesn't use the same queue that the rest of the system uses. If something is queued on another page, it doesn't show up on this one. If something is added to the queue on this page, it doesn't appear in the queue from the other pages.
Comment #2
jabapyth commented@#3, while it does not check the queue for modules added from other means, it does add its modules to the queue.
Comment #3
Anonymous (not verified) commentedI know that it is able to queue files, but simply adding something to the queue with the ajax search (without choosing to install) does not add it to the queue from other pages. Or at least it hasn't done so on my machine.
Comment #4
jabapyth commented@1: The search no longer loads the whole repository in a page
@2: text-browser users (and people w/o js) can use the regular find/browse pages (as I responded in the other thread)
@3: the search is now queue aware -- it loads the queue to start, and saves to the queue when you click "install".
anything else?
Comment #5
jabapyth commentedi'll take your silence as a yes.....as I've addressed all the problems you proposed, I will now re-enable the ajax search.
Comment #6
Anonymous (not verified) commented