mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 23:50:58 +00:00
1 line
4.3 KiB
JSON
1 line
4.3 KiB
JSON
[{"user_id": 21059, "stars": [], "topic_id": 40446, "date_created": 1309031870.460629, "message": "What's the best/easiest way to implement search on a Django site?", "group_id": 81, "id": 1485441}, {"user_id": 35193, "stars": [], "topic_id": 40446, "date_created": 1309033039.9962599, "message": "Yeah, Haystack is a Django API to access stuff like Whoosh or Solr etc", "group_id": 81, "id": 1485523}, {"user_id": 1736, "stars": [{"date_created": 1309370708.4100051, "user_id": 15940}], "topic_id": 40446, "date_created": 1309031980.0590811, "message": "Haystack http://haystacksearch.org/", "group_id": 81, "id": 1485449}, {"user_id": 21059, "stars": [], "topic_id": 40446, "date_created": 1309032163.4969079, "message": "And it looks like haystack requires something like whoosh?", "group_id": 81, "id": 1485473}, {"user_id": 21059, "stars": [], "topic_id": 40446, "date_created": 1309033260.9436121, "message": "I'm using ep.io and from a cursory inspection, it looks like backends for search aren't really supported. Does Django itself provide any of this functionality?", "group_id": 81, "id": 1485532}, {"user_id": 32856, "stars": [], "topic_id": 40446, "date_created": 1309035455.7967131, "message": "Whoosh is a pure Python implementation, not sure why it wouldn't be supported..", "group_id": 81, "id": 1485684}, {"user_id": 21059, "stars": [], "topic_id": 40446, "date_created": 1309035589.306989, "message": "According to this thread it's because it writes to disk...https://convore.com/epio/django-hastack-search-backend/", "group_id": 81, "id": 1485698}, {"user_id": 1126, "stars": [], "topic_id": 40446, "date_created": 1309040689.8203471, "message": "If you absolutely need search on something like ep.io, use the simple backend", "group_id": 81, "id": 1486019}, {"user_id": 1126, "stars": [], "topic_id": 40446, "date_created": 1309040840.080446, "message": "Doesn't support any of the advanced functionality (that I know of), but it should be enough for simple tasks", "group_id": 81, "id": 1486032}, {"user_id": 21059, "stars": [], "topic_id": 40446, "date_created": 1309049492.6909699, "message": "@pewpewarrows I was wondering about that. I think I'll give it a whirl. Thanks.", "group_id": 81, "id": 1486606}, {"user_id": 1736, "stars": [], "topic_id": 40446, "date_created": 1309122137.7177589, "message": "You could also ask if they will turn on one of the postgres-backed search systems.", "group_id": 81, "id": 1490812}, {"user_id": 21059, "stars": [], "topic_id": 40446, "date_created": 1309144177.57463, "message": "@coderanger What are those search systems so I can look into them? Thank you, btw.", "group_id": 81, "id": 1492525}, {"user_id": 1736, "stars": [], "topic_id": 40446, "date_created": 1309151275.0765309, "message": "The important bit on the ep.io side is to compile the fti.so module", "group_id": 81, "id": 1492922}, {"user_id": 1736, "stars": [], "topic_id": 40446, "date_created": 1309151250.7030029, "message": "This isn't supported by Hatstack at all, but you could build something at least", "group_id": 81, "id": 1492919}, {"user_id": 1736, "stars": [], "topic_id": 40446, "date_created": 1309151074.853637, "message": "@dsr http://www.postgresql.org/docs/9.0/static/textsearch.html", "group_id": 81, "id": 1492911}, {"user_id": 14640, "stars": [], "topic_id": 40446, "date_created": 1309170955.4472921, "message": "I implemented search for http://wanto.com using Haystack + Solr and it works very well", "group_id": 81, "id": 1494290}, {"user_id": 28981, "stars": [], "topic_id": 40446, "date_created": 1309195990.401691, "message": "A web hosted search backend might also work for people that can't install whoosh etc. http://websolr.com/ or http://indextank.com/", "group_id": 81, "id": 1497595}, {"user_id": 21059, "stars": [], "topic_id": 40446, "date_created": 1309263421.0273221, "message": "@eka Is that on ep.io?", "group_id": 81, "id": 1505167}, {"user_id": 37444, "stars": [], "topic_id": 40446, "date_created": 1309724225.0494299, "message": "you can use haystack with whoosh as backend, it will work on epio according to https://convore.com/epio/django-hastack-search-backend/", "group_id": 81, "id": 1553880}, {"user_id": 14640, "stars": [], "topic_id": 40446, "date_created": 1318778411.701365, "message": "@dsr sorry for the late reply. is not on ep.io is on slicehost", "group_id": 81, "id": 2360909}] |