search for: query_results

Displaying 8 results from an estimated 8 matches for "query_results".

Did you mean: query_result
2009 Jan 14
1
setting header in views?
currently iam using FasterCSV to render csv pages format.csv do csv_string = FasterCSV.generate do |csv| # header row csv << @query_result[0].keys @query_result.each do |x| csv << x.values end end #send it to the browser send_data csv_string, :type => ''text/csv;
2007 Sep 24
2
ferret fuzzy matches
Hi guys, Is there some way of getting ferret matches string, when i do a fuzzy search? The scenario is this: 1. The user search for ''show'' 2. Nothing was found 3. So I do a fuzzy search, passing ''show~'' 4. It gives me somes results, most of all was matched with ''showcase'' 5. So I want to tell the user that: Nothing was found with
2006 Apr 25
2
Question about Callbacks in link_to_remote
Currently, I have a link_to_remote like this: <%= link_to_remote("Get Results", :update => ''query_results'', :with => "''tags='' + $F(''query_tags'')", :loading => "new Effect.Appear(''comment_loading'')", :complete => "Element.hide(''comment_loading...
2024 Jun 08
1
Fwd: Two DNS issues with samba
Hi, I have two problems with my 2 Samba AD-DC. I don't know if the two problems are related. Both domain controllers show the same error pattern for problem 1.The second problem only occurs with the second domain controller. The domain itself seems to work and be in order. Does someone know where this comes from and how to solve it? ## Issue 1 ## By doing my random log checking, I saw the
2024 Jun 08
1
Fwd: Two DNS issues with samba
On Sat, 8 Jun 2024 17:05:25 +0200 Ronny Preiss via samba <samba at lists.samba.org> wrote: > Hi, > > I have two problems with my 2 Samba AD-DC. I don't know if the two > problems are related. > Both domain controllers show the same error pattern for problem 1.The > second problem only occurs with the second domain controller. > The domain itself seems to work and
2006 Apr 23
5
Newbie Ajaxy Question
...ontroller. I can only get my observer to work with the previous rhtml code. Here''s the bulk of my code: from the _form.rhtml partial: <p><label for="query_tags">Tags</label><br/> <%= text_field_tag :tags %></p> <p><label for="query_results">Results</label><br/> <%= text_area ''query'', ''results'' %></p> from the new.rhtml: <%= form_remote_tag :action => ''create'' %> <%= render :partial => ''form'' %> <%= submi...
2024 Jun 09
1
Fwd: Two DNS issues with samba
> No need to build Samba yourself, you can find packages here: > > http://www.corpit.ru/mjt/packages/samba/ How can I install these files? Here are the requested files from both servers. ## DC01 ## /etc/hostname 01-dc01 ----- /etc/hosts 127.0.0.1 localhost #127.0.1.1 01-dc01 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
One of the things my employer uses dovecot for is as mail download server for an 'e-mail purification service' (AV/ anti-spam) for smartphones. The service itself presently runs on a rented server somewhere in the UK and the corresponding 'web service' front-end and user account/ mail account database resides on a server in Germany. The UK dovecot server uses the PostgreSQL server