search for: fullsearch

Displaying 6 results from an estimated 6 matches for "fullsearch".

2008 May 24
3
Searching the wiki
Hi, If you type a keyword and press Enter in the search field on the wiki, it does a title-search by default which is very limited. I tried looking for information about atheros or madwifi and couldn't find anything. Then I tried ipw2200 (I knew it existed because I created it) and no results still. I had to ask Ralph to see if the index was old, only to find out that there is a
2006 Apr 20
1
The Autocompleter, with scrollable result-div
...tml (working copy) @@ -72,8 +72,10 @@ new Array("John Jackson", "Jack Johnson", "Jane Agnews", "Jack Johnson", "Jane Agnews", "Jack Johnson", "Jane Agnews"), { tokens: new Array('','',''\n''), fullSearch: true, partialSearch: true }); // ]]> </script> +<br /> +Hide these dropdowns <select><option>&nbsp;</option></select><select><option>&nbsp;</option></select><select><option>&nbsp;</option></select>...
2006 May 16
0
in_place_editor with local autocomplete
...;style_lookup", { :url => url_for( :controller => "styles", :action => "style_jdetails" ), :script => true } ) %> <%= javascript_tag("new Autocompleter.Local( ''style_lookup'' , ''style_auto_complete'', styleArray, { fullSearch: true, frequency: 0, minChars: 1 });") %> The problem here is that in_place_editor creates an input tag with no id, so the Autocompleter can not find it. Even if I could get the in_place_editor to id the input, would the Autocompleter work since the input tag does not exist when the do...
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
...; @@ -72,8 +72,10 @@ > > > > new Array("John Jackson", "Jack Johnson", "Jane Agnews", "Jack > > Johnson", "Jane Agnews", "Jack Johnson", "Jane Agnews"), { tokens: new > > Array(',','\n'), fullSearch: true, partialSearch: true }); > > // ]]> > > </script> > > +<br /> > > +Hide these dropdowns > > <select><option>&nbsp;</option></select><select><option>&nbsp;</option></select><select><op...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...break; - } else if (entry.length >= instance.options.partialChars && + } else if (entry.length >= instance.options.partialChars && instance.options.partialSearch && foundPos != -1) { if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) { partial.push("<li>" + elem.substr(0, foundPos) + "<strong>" + @@ -450,14 +450,14 @@ Autocompleter.Local = Class.create(Autocompleter.Base, { } } - foundPos = instance...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server