Displaying 8 results from an estimated 8 matches for "livesearch".
Did you mean:
linesearch
2006 Oct 11
2
Help please with observe_form - not working
...basically totally limp. I think it should update without
hitting submit button but even if I hit it , it doesn''t change (doesn''t seem
to post the data).
Can anyone please take a look and see if I"m doing something wrong. TIA
Form:
<% start_form_tag({:action => "livesearch"},
:id => "asearch") %>
<div id="parta">
<fieldset><legend>Category</legend>
<select name="cat", @params[''cat''][],size="2" multiple="multiple"><%=
options_from_collect...
2007 Oct 29
0
would this be a good(restfull) approach for livesearch?
Hi,
I want to implement a search feature with the rest principles in mind.
so i try to think in resources and i decided to just put in in the index
method.
this resource/method will be called form different places, for example a
main search page for organisations but also on a "person" form in a
sort of dialog screen where i can link an organisation to a person. the
(live) search
2006 Oct 12
3
Help with observer_form , javascript error
...#39;
Form.serialize(''asearch'')='' + value})})
The page is loading the partial but is not effected by any of the options
selected in the form.
Not sure what is wrong , but here is the form and observe_form as it''s
written:
<% start_form_tag(:action => "livesearch",
:id => "asearch") %>
<div id="parta">
<fieldset><legend>Category</legend>
<select name=position[category_id][] size = "4" multiple = "multiple" id =
''cat''><%=
options_from_col...
2007 Sep 07
0
Autocomplete Questions (Umlaut,AfterUpdateElement)
...ocomplete function by myself.
the second is, the option "AfterUpdateElement". this option
automatically send the vars "text" and "li" to the called function. Is
there a way to send one or more vars to the function like "number".
Because i have a side with 8 livesearchs, and if possible i didnt want
make for all 8 searches a seperate function.
many thanks for your answer!
regards
Dionysius
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
T...
2006 Aug 21
6
multiple-index searching with merged results
Hey..
i am just browsing through the lucene features and i''m wondering if this
feature is available in ferret as well ..
# multiple-index searching with merged results
this would be nice, as i''m thinking about several indexes, as i am using a
lot of wildcard queries for livesearches like google suggest. i think the
performance would increase, if i split my rather big index in smaller
ones.
but the main search should be able to search all indexes.
this is just an option that i was thinking about, not a must have.. i''m
just wondering if this is already possible.
Be...
2007 May 16
7
bilingual site: exclude fields set from query
Hi all,
Is there a way to have searches no use some indexed fields, when
processing a query?
context:
I have a model Foo that holds some information in two languages :
- text1_nl, text2_nl, text3_nl
and
- text1_en, text2_en, text3_en
Some other fields are common to both languages and indexed as well
- first_name, last_name
Depending on the visitor language choice I need to exclude the
2007 Jul 20
4
the value in text_field helper
I have been working on this small, minute, part on my project and it all
hinges on setting the value in a text_field helper. Saying:
<%= text_field ''user'', ''company'', :value => @login %>
does not do it. When I go and look at the raw html, there is no value
there and "value" is an attribute of the input tag, im pretty sure. I
really like
2007 Nov 15
8
Ferret/AAF Stability?
Hello. I''m the author of DataMapper (http://datamapper.org), and am
trying to choose what Full-Text-Indexing engine/plugin I want to
include by default. I was hoping you guys could help. :-)
Sphinx comes highly recommended, but without live index updates, it
just doesn''t seem practical for most of my work.
I''m most experienced with Solr, but the whole HTTP::Request and