hernantz / doubleSuggest

Facebook like jquery search suggestion plugin that searches in local and remote data sources.
65 stars 7 forks source link

multiple sources #9

Open JohnMcLear opened 12 years ago

JohnMcLear commented 12 years ago

I feel like this is already documented and I have just missed it but I have 3 remote JSON sources I want to use, is that possible w/ doubleSuggest?

Cheers :)

hernantz commented 12 years ago

Currently doubleSuggest accepts only one link as remote source, and only one object as local source. But is something that I will consider to implement. I may have some time to put hands at work next weekend.

Tagged your issue as a feature request :D

JohnMcLear commented 12 years ago

Ta :)

-----Original Message----- From: hernantz [mailto:reply@reply.github.com] Sent: 23 April 2012 01:15 To: John McLear Subject: Re: [doubleSuggest] multiple sources (#9)

Currently doubleSuggest accepts only one link as remote source, and only one object as local source. But is something that I will consider to implement. I may have some time to put hands at work next weekend.

Tagged your issue as a feature request :D


Reply to this email directly or view it on GitHub: https://github.com/hernantz/doubleSuggest/issues/9#issuecomment-5272545 This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of the organisation from which this email originated. If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone. Please contact the sender if you believe you have received this email in error. This email was sent by School Email - Safe Webmail and Hosted Email for Schools

hernantz commented 12 years ago

Pushed multi_source Give it a try and tell me how you did. You can use it as remoteSource: 'test.php', or remoteSource: ['test.php','test2.php'],