The-WebOps-Club / fest-api

An API implementation for Saarang Shaastra like fests, including ERP and Mainsite and Mobile interface
12 stars 11 forks source link

Better Search #30

Closed AbdealiLoKo closed 10 years ago

AbdealiLoKo commented 10 years ago

Doing Haystack + a good gui for search.

AbdealiLoKo commented 10 years ago

@shahidhk updates

AbdealiLoKo commented 10 years ago

Many ppl asking for it. Please comment

shahidhk commented 10 years ago

Trying out Solr backend for Haystack

shahidhk commented 10 years ago

I got search working with haystack and Solr. Pretty easy to configure. We need to run a java instance (Solr) which will provide results to the haystack client. Need to properly integrate with the search bar

AbdealiLoKo commented 10 years ago

Java o.O ?

On Sun, May 4, 2014 at 6:36 PM, Shahidh K Muhammed <notifications@github.com

wrote:

I got search working with haystack and Solr. Pretty easy to configure. We need to run a java instance (Solr) which will provide results to the haystack client. Need to properly integrate with the search bar

Reply to this email directly or view it on GitHubhttps://github.com/The-WebOps-Club/fest-api/issues/30#issuecomment-42132500 .

shahidhk commented 10 years ago

Ya. Other option was Xapian (C++). Got infi pained with compiling and all. Solr was easy to configure and the best one

AbdealiLoKo commented 10 years ago

@shahidhk ... updates ....

AbdealiLoKo commented 10 years ago

reminder.

This has been open for more than 10 days now.

AbdealiLoKo commented 10 years ago

PING. _updates._

shahidhk commented 10 years ago

dev going on in search branch. need to integrate search based on access rights for posts

AbdealiLoKo commented 10 years ago

Can you finish by tonight ?

On Sun, Jun 1, 2014 at 2:59 PM, Shahidh K Muhammed <notifications@github.com

wrote:

dev going on in search branch. need to integrate search based on access rights for posts

Reply to this email directly or view it on GitHub https://github.com/The-WebOps-Club/fest-api/issues/30#issuecomment-44772743 .

AbdealiLoKo commented 10 years ago

Updates ?

shahidhk commented 10 years ago

Merged access-rights and its working

AbdealiLoKo commented 10 years ago

Ah, can you test if access rights works correctly ? On Jun 3, 2014 11:24 AM, "Shahidh K Muhammed" notifications@github.com wrote:

Merged access-rights and its working

Reply to this email directly or view it on GitHub https://github.com/The-WebOps-Club/fest-api/issues/30#issuecomment-44922666 .

shahidhk commented 10 years ago

Testing.

AbdealiLoKo commented 10 years ago

Is this done ?

shahidhk commented 10 years ago

Done. Need to install solr, add cron jobs to get it working. Daemon script is in misc