Neatline Time "search.js file not found"

On my admin settings page, I click on Neatline Time and then on "Edit Item Query" on the first and only item and get an omeka error. The log file gets the following written to it on the click. There isn't a search.js file anywhere on the server. "find /prodat/omeka/omeka-1.5.3-peoplescontest/ -name search.js" produced no hits.

2013-06-27T13:04:21-04:00 ERR (3): exception 'Exception' with message 'Could not find file javascripts/search.js!' in /prodat/omeka/omeka-1.5.3-peoplescontest/application/helpers/AssetFunctions.php:289
Stack trace:
#0 /prodat/omeka/omeka-1.5.3-peoplescontest/application/helpers/AssetFunctions.php(249): web_path_to('javascripts/sea...')
#1 /prodat/omeka/omeka-1.5.3-peoplescontest/application/helpers/AssetFunctions.php(225): src('search', 'javascripts', 'js')
#2 /prodat/omeka/omeka-1.5.3-peoplescontest/plugins/NeatlineTime/views/admin/timelines/query-form.php(175): js('search')
#3 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Omeka/View.php(113): include('/prodat/omeka/o...')
#4 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/prodat/omeka/o...')
#5 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/View/Helper/Partial.php(105): Zend_View_Abstract->render('timelines/query...')
#6 [internal function]: Zend_View_Helper_Partial->partial('timelines/query...', Array)
#7 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/View/Abstract.php(350): call_user_func_array(Array, Array)
#8 /prodat/omeka/omeka-1.5.3-peoplescontest/plugins/NeatlineTime/helpers/NeatlineTimeFunctions.php(524): Zend_View_Abstract->__call('partial', Array)
#9 /prodat/omeka/omeka-1.5.3-peoplescontest/plugins/NeatlineTime/helpers/NeatlineTimeFunctions.php(524): Omeka_View->partial('timelines/query...', Array)
#10 /prodat/omeka/omeka-1.5.3-peoplescontest/plugins/NeatlineTime/views/admin/timelines/query.php(23): neatlinetime_items_search_form(Array, '/peoplescontest...')
#11 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Omeka/View.php(113): include('/prodat/omeka/o...')
#12 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/prodat/omeka/o...')
#13 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(900): Zend_View_Abstract->render('timelines/query...')
#14 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(921): Zend_Controller_Action_Helper_ViewRenderer->renderScript('timelines/query...', NULL)
#15 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(960): Zend_Controller_Action_Helper_ViewRenderer->render()
#16 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#17 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#18 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('queryAction')
#19 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#20 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#21 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#22 /prodat/omeka/omeka-1.5.3-peoplescontest/application/libraries/Omeka/Core.php(165): Zend_Application->run()
#23 /prodat/omeka/omeka-1.5.3-peoplescontest/admin/index.php(44): Omeka_Core->run()
#24 {main}

You should have a file named search.js, that's part of Omeka.

It should be located at application/views/scripts/javascripts/search.js

I don't have it. This is what I see in that directory:

[root@omeka1dev javascripts]# ls
builder.js deprecation.js effects.js jquery-noconflict.js jquery.js slider.js tiny_mce/
controls.js dragdrop.js index.html jquery-ui.js login.js sound.js
[root@omeka1dev javascripts]#

I just downloaded 1.5.3 again and extracted and I see I'm missing several files there. I think I'll extract the archive over the existing folders.

I decided to just copy all the .js files over to the site from the new extract and it fixed the problem. It just leaves me feeling uneasy about what else might be missing. Thanks much for the help!