Re: [PATCH v2 3/3] docs: add advanced search capabilities

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Apr 05, 2019 at 05:54:41PM +0200, Andrea Bolognani wrote:
> On Fri, 2019-04-05 at 16:12 +0100, Daniel P. Berrangé wrote:
> [...]
> > +    } else if (what == "devs") {
> > +        form.setAttribute("action", "https://google.com/search";);
> > +        newq.setAttribute("name", "q");
> > +        newq.value = "site:redhat.com inurl:/archives/libvir-list " + q.value;
> > +    } else if (what == "users") {
> > +        form.setAttribute("action", "https://google.com/search";);
> > +        newq.setAttribute("name", "q");
> > +        newq.value = "site:redhat.com inurl:/archives/libvirt-users " + q.value;
> > +    }
> 
> It seems like
> 
>   site:redhat.com/archives/libvir-list
>   site:redhat.com/archives/libvirt-users
> 
> would work just as well, and at least to my eyes that looks less
> alien that what you have up there. Your version works too, though,
> so feel free to change it or leave it alone based on your personal
> preference.

Oh yes, that does work now - in the past it only supported domain
name, not path.


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux