o: ActiveSupport::Cache::Entry	:@compressedF:@value{"asset_paths["O/home/rochkind/umlaut/app/assets/javascripts/umlaut/search_autocomplete.js"	body"W/* search_autocomplete.js.  Add autocomplete to Umlaut journal title search. */

jQuery(document).ready(function($) {
    
    $("form.OpenURL").live("submit", function() {
       var form = $(this);
       if ( form.find(".rft_title").val() != $(this).val()) {
          form.find(".rft_object_id").val("");
          form.find(".rft_title").val("");
       }
    });
    
  $("input.title_search").autocomplete({
            minLength: 3,
            source: function(request, response) {              
              var form = $(this.element).closest("form");
              $.ajax({
                  url: form.attr("action").replace("journal_search", "auto_complete_for_journal_title"),
                  dataType: "json",
                  data: form.serialize(),
                  success: function(data) {
                    response($.map(data, function(item) {
                      return {
                        label: item.title,
                        id: item.object_id
                      }
                    }));
                  }
              });
            },
            select: function(event, ui) {
              var form = $(event.target).closest("form");
              
              form.find("input.rft_object_id").val(ui.item.id);
              form.find("input.rft_title").val( ui.item.label );
              form.find("select.sfx_title_search").val("exact");
            }
          });
  
});


/*					select: function(event, ui) {
						log(ui.item ? ("Selected: " + ui.item.value + ", geonameId: " + ui.item.id) : "Nothing selected, input was " + this.value);
					}
				});
*/
;
"content_type"application/javascript"
class"BundledAsset"
mtime"2011-12-12T15:39:19-05:00"
_version"%46dde6621c301f4928e3b34efee9e3b5"id"%9ecde56ee5f5298e3a098f99e8437609"dependency_paths[{"hexdigest"%1ec2f004de5fd1f736ff1f2ce7d2dc63"
mtimeu:	Time
�����0�"	path"O/home/rochkind/umlaut/app/assets/javascripts/umlaut/search_autocomplete.js"
pathname"O/home/rochkind/umlaut/app/assets/javascripts/umlaut/search_autocomplete.js"logical_path""umlaut/search_autocomplete.js:@created_atf1325027173.747108�О:@expires_in0