How Foreman search is implemented in UI

Hi,

I really liked the way Foreman search filter is available in UI and wanted
to know the complete details about the implementation, so i can have
similar idea in my application.

Any references are much appreciated !

-Thanks

Hello Harish,

Search in Foreman is implemented using the scoped search gem (
https://github.com/wvanbergen/scoped_search/).

Good luck!
Tomer

··· On Thu, Mar 16, 2017 at 12:19 PM, Harish Kothuri wrote:

Hi,

I really liked the way Foreman search filter is available in UI and wanted
to know the complete details about the implementation, so i can have
similar idea in my application.

Any references are much appreciated !

-Thanks


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Have a nice day,
Tomer Brisker
Red Hat Engineering

Thanks for the information Tomer! I just found that this is implemented in
Ruby and Rails. Any idea the similar is available in simple angular/jquery,
so i can integrate it to C#/ASP.NET applications.

··· On Thursday, March 16, 2017 at 6:46:06 PM UTC+5:30, Tomer Brisker wrote: > > Hello Harish, > > Search in Foreman is implemented using the scoped search gem ( > https://github.com/wvanbergen/scoped_search/). > > Good luck! > Tomer > > On Thu, Mar 16, 2017 at 12:19 PM, Harish Kothuri > wrote: > >> Hi, >> >> I really liked the way Foreman search filter is available in UI and >> wanted to know the complete details about the implementation, so i can have >> similar idea in my application. >> >> Any references are much appreciated ! >> >> -Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com . >> To post to this group, send email to forema...@googlegroups.com >> . >> Visit this group at https://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Have a nice day, > Tomer Brisker > Red Hat Engineering >