discourse/test/javascripts/fixtures/search-fixtures.js.es6

667 lines
50 KiB
Text
Raw Normal View History

export default {
"search/query": {
  "posts": [
    {
      "id": 3833,
      "name": "Bill Dudney",
      "username": "bdudney",
      "avatar_template": "/user_avatar/meta.discourse.org/bdudney/{size}/8343_1.png",
      "uploaded_avatar_id": 8343,
      "created_at": "2013-02-07T17:46:57.469Z",
      "cooked": "<p>I've gotten vagrant up and running with a development environment but it's taking forever to load.<\/p>\n\n<p>For example <a href=\"http://192.168.10.200:3000/\" rel=\"nofollow\">http://192.168.10.200:3000/<\/a> takes tens of seconds to load.<\/p>\n\n<p>I'm running the whole stack on a new rMBP with OS X 10.8.2.<\/p>\n\n<p>Any ideas of what I've done wrong? Or is this just a function of being on the bleeding edge?<\/p>\n\n<p>Thanks,<\/p>\n\n<p>-bd<\/p>",
      "post_number": 1,
      "post_type": 1,
      "updated_at": "2013-02-07T17:46:57.469Z",
      "like_count": 0,
      "reply_count": 1,
      "reply_to_post_number": null,
      "quote_count": 0,
      "avg_time": 24,
      "incoming_link_count": 4422,
      "reads": 327,
      "score": 21978.4,
      "yours": false,
      "topic_id": 2179,
      "topic_slug": "development-mode-super-slow",
      "display_username": "Bill Dudney",
      "primary_group_name": null,
      "version": 2,
      "can_edit": false,
      "can_delete": false,
      "can_recover": false,
      "user_title": null,
      "actions_summary": [
        {
          "id": 2,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 3,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 4,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 5,
          "count": 0,
          "hidden": true,
          "can_act": false
        },
        {
          "id": 6,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 7,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 8,
          "count": 0,
          "hidden": false,
          "can_act": false
        }
      ],
      "moderator": false,
      "admin": false,
      "staff": false,
      "user_id": 1828,
      "hidden": false,
      "hidden_reason_id": null,
      "trust_level": 1,
      "deleted_at": null,
      "user_deleted": false,
      "edit_reason": null,
      "can_view_edit_history": true,
      "wiki": false,
      "blurb": "I've gotten vagrant up and running with a development environment but it's taking forever to load. For example http://192.168.10.200:3000/ takes..."
    },
    {
      "id": 48887,
      "name": "Arpit Jalan",
      "username": "techAPJ",
      "avatar_template": "/user_avatar/meta.discourse.org/techapj/{size}/3281_1.png",
      "uploaded_avatar_id": 3281,
      "created_at": "2014-04-12T22:22:07.930Z",
      "cooked": "<p>So you want to set up Discourse on Ubuntu to hack on and develop with?<\/p>\n\n<p>We'll assume that you don't have Ruby/Rails/Postgre/Redis installed on your Ubuntu system. Let's begin!<\/p>\n\n<p><em>Although this guide assumes that you are using Ubuntu, but the set-up instructions will work fine for any Debian based ditribution.<\/em><\/p>\n\n<p><em>(If you want to install Discourse for production use, see <a href=\"https://github.com/discourse/discourse/blob/master/docs/INSTALL.md\">our install guide<\/a>)<\/em><\/p>\n\n<h2>Install Discourse Dependencies<\/h2>\n\n<p>Run <a href=\"https://github.com/techAPJ/install-rails/blob/master/linux\">this script<\/a> in terminal, to setup Rails development environment:<\/p>\n\n<pre><code>bash &lt;(wget -qO- https://raw.githubusercontent.com/techAPJ/install-rails/master/linux)<\/code><\/pre>\n\n<p><div class=\"lightbox-wrapper\"><a href=\"//meta-s3-cdn.global.ssl.fastly.net/original/2X/9/9df737ab44032f2f671ac15513456bc668314591.png\" class=\"lightbox\" title=\"linux_script.png\"><img src=\"//discourse-meta.s3-us-west-1.amazonaws.com/optimized/2X/9/9df737ab44032f2f671ac15513456bc668314591_1_690x189.png\" width=\"690\" height=\"189\"><div class=\"meta\">\n<span class=\"filename\">linux_script.png<\/span><span class=\"informations\">770x211 9.62 KB<\/span><span class=\"expand\"><\/span>\n<\/div><\/a><\/div> <\/p>\n\n<p>This will install following new packages on your system:<\/p>\n\n<ul>\n<li><a href=\"http://git-scm.com/\">Git<\/a><\/li>\n<li><a href=\"https://github.com/sstephenson/rbenv\">rbenv<\/a><\/li>\n<li><a href=\"https://github.com/sstephenson/ruby-build\">ruby-build<\/a><\/li>\n<li>\n<a href=\"https://www.ruby-lang.org/\">Ruby<\/a> (stable)<\/li>\n<li><a href=\"http://rubyonrails.org/\">Rails<\/a><\/li>\n<li><a href=\"http://www.postgresql.org/\">PostgreSQL<\/a><\/li>\n<li><a href=\"https://sqlite.org/\">SQLite<\/a><\/li>\n<li><a href=\"http://redis.io/\">Redis<\/a><\/li>\n<li><a href=\"http://bundler.io/\">Bundler<\/a><\/li>\n<li><a href=\"http://www.imagemagick.org/\">ImageMagick<\/a><\/li>\n<\/ul>\n\n<p>Install Phantomjs:<\/p>\n\n<p>For 32 bit macine:<\/p>\n\n<pre><code>cd /usr/local/share\nsudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-i686.tar.bz2\nsudo tar xvf phantomjs-1.9.8-linux-i686.tar.bz2\nsudo rm phantomjs-1.9.8-linux-i686.tar.bz2\nsudo ln -s /usr/local/share/phantomjs-1.9.8-linux-i686/bin/phantomjs /usr/local/bin/phantomjs\ncd<\/code><\/pre>\n\n<p>For 64 bit machine:<\/p>\n\n<pre><code>cd /usr/local/share\nsudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2\nsudo tar xvf phantomjs-1.9.8-linux-x86_64.tar.bz2\nsudo rm phantomjs-1.9.8-linux-x86_64.tar.bz2\nsudo ln -s /usr/local/share/phantomjs-1.9.8-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs\ncd<\/code><\/pre>\n\n<p><div class=\"lightbox-wrapper\"><a href=\"//meta-s3-cdn.global.ssl.fastly.net/original/2X/0/0781669e092e0bdc29f8ec1830193503e884fd56.png\" class=\"lightbox\" title=\"phantomjs.png\"><img src=\"//discourse-meta.s3-us-west-1.amazonaws.com/optimized/2X/0/0781669e092e0bdc29f8ec1830193503e884fd56_1_690x121.png\" width=\"690\" height=\"121\"><div class=\"meta\">\n<span class=\"filename\">phantomjs.png<\/span><span class=\"informations\">969x171 10.1 KB<\/span><span class=\"expand\"><\/span>\n<\/div><\/a><\/div> <\/p>\n\n<p><em>In case you have any of this package pre-installed and don't want to run entire script, see the <a href=\"https://github.com/techAPJ/install-rails/blob/master/linux\">script<\/a> and pick the packages you don't have currently installed. The script is fine-tuned for Discourse, and includes all the packages required for Discourse installation.<\/em><\/p>\n\n<p>Now that we have installed Discourse dependencies, let's move on to install Discourse itself.<\/p>\n\n<h2>Clone Discourse<\/h2>\n\n<p>Clone the Discourse repository in <code>~/discourse<\/code> folder:<\/p>\n\n<pre><code>git clone https://github.com/discourse/discourse.git ~/discourse<\/code><\/pre>\n\n<p><div class=
      "post_number": 1,
      "post_type": 1,
      "updated_at": "2015-06-22T17:24:20.607Z",
      "like_count": 15,
      "reply_count": 2,
      "reply_to_post_number": null,
      "quote_count": 0,
      "avg_time": 36,
      "incoming_link_count": 4680,
      "reads": 491,
      "score": 23815.8,
      "yours": false,
      "topic_id": 14727,
      "topic_slug": "beginners-guide-to-install-discourse-on-ubuntu-for-development",
      "display_username": "Arpit Jalan",
      "primary_group_name": null,
      "version": 26,
      "can_edit": false,
      "can_delete": false,
      "can_recover": false,
      "user_title": "team",
      "actions_summary": [
        {
          "id": 2,
          "count": 15,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 3,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 4,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 5,
          "count": 0,
          "hidden": true,
          "can_act": false
        },
        {
          "id": 6,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 7,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 8,
          "count": 0,
          "hidden": false,
          "can_act": false
        }
      ],
      "moderator": true,
      "admin": true,
      "staff": true,
      "user_id": 8222,
      "hidden": false,
      "hidden_reason_id": null,
      "trust_level": 4,
      "deleted_at": null,
      "user_deleted": false,
      "edit_reason": null,
      "can_view_edit_history": true,
      "wiki": true,
      "blurb": "So you want to set up Discourse on Ubuntu to hack on and develop with? We'll assume that you don't have Ruby/Rails/Postgre/Redis installed on your Ubuntu system..."
    },
    {
      "id": 53437,
      "name": "Arpit Jalan",
      "username": "techAPJ",
      "avatar_template": "/user_avatar/meta.discourse.org/techapj/{size}/3281_1.png",
      "uploaded_avatar_id": 3281,
      "created_at": "2014-05-19T16:59:51.082Z",
      "cooked": "<p>So you want to set up Discourse on Mac OS X to hack on and develop with?<\/p>\n\n<p>We'll assume that you don't have Ruby/Rails/Postgre/Redis installed on your Mac. Let's begin!<\/p>\n\n<p><em>(If you want to install Discourse for production use, see <a href=\"https://github.com/discourse/discourse/blob/master/docs/INSTALL.md\">our install guide<\/a>)<\/em><\/p>\n\n<h2>Install Discourse Dependencies<\/h2>\n\n<p>Run <a href=\"https://github.com/techAPJ/install-rails/blob/master/mac\">this script<\/a> in terminal, to setup Rails development environment:<\/p>\n\n<pre><code>bash &lt;(curl -s https://raw.githubusercontent.com/techAPJ/install-rails/master/mac)<\/code><\/pre>\n\n<p>This script will install following new packages on your system:<\/p>\n\n<ul>\n<li><a href=\"http://git-scm.com/\">Git<\/a><\/li>\n<li><a href=\"https://github.com/sstephenson/rbenv\">rbenv<\/a><\/li>\n<li><a href=\"https://github.com/sstephenson/ruby-build\">ruby-build<\/a><\/li>\n<li>\n<a href=\"https://www.ruby-lang.org/\">Ruby<\/a> (latest stable)<\/li>\n<li><a href=\"http://rubyonrails.org/\">Rails<\/a><\/li>\n<li><a href=\"http://www.postgresql.org/\">PostgreSQL<\/a><\/li>\n<li><a href=\"http://redis.io/\">Redis<\/a><\/li>\n<li><a href=\"http://bundler.io/\">Bundler<\/a><\/li>\n<li><a href=\"http://www.imagemagick.org/\">ImageMagick<\/a><\/li>\n<li><a href=\"http://phantomjs.org/\">PhantomJS<\/a><\/li>\n<\/ul>\n\n<p><em>In case you have any of this package pre-installed and don't want to run entire script, see the <a href=\"https://github.com/techAPJ/install-rails/blob/master/mac\">script<\/a> and pick the packages you don't have currently installed. The script is fine-tuned for Discourse, and includes all the packages required for Discourse installation.<\/em><\/p>\n\n<p>Now that we have installed Discourse dependencies, let's move on to install Discourse itself.<\/p>\n\n<h2>Clone Discourse<\/h2>\n\n<p>Clone the Discourse repository in <code>~/discourse<\/code> folder:<\/p>\n\n<pre><code>git clone https://github.com/discourse/discourse.git ~/discourse<\/code><\/pre>\n\n<p><img src=\"//discourse-meta.s3-us-west-1.amazonaws.com/original/2X/e/ed047a1077c7d3af966434d093fbf9ddd3db51d9.png\" width=\"571\" height=\"142\"> <\/p>\n\n<p><code>~<\/code> indicates home folder, so Discourse source code will be available in your home folder.<\/p>\n\n<h2>Setup Database<\/h2>\n\n<p>Open psql prompt:<\/p>\n\n<pre><code>psql postgres<\/code><\/pre>\n\n<p><img src=\"//discourse-meta.s3-us-west-1.amazonaws.com/original/2X/0/0a31b7a439991beedf32a974abd423cd7a774b76.png\" width=\"574\" height=\"148\"> <\/p>\n\n<p>Create <strong>discourse_development<\/strong> and <strong>discourse_test<\/strong> database with your <em><a href=\"http://forums.macrumors.com/showthread.php?t=898855\">account short name<\/a><\/em> specified as role:<\/p>\n\n<pre><code>CREATE DATABASE discourse_development WITH OWNER techapj ENCODING 'UTF8' TEMPLATE template0;\nCREATE DATABASE discourse_test WITH OWNER techapj ENCODING 'UTF8' TEMPLATE template0;<\/code><\/pre>\n\n<p>Note that in above commands I specified the role as <em>techapj<\/em>, this means that my <a href=\"http://forums.macrumors.com/showthread.php?t=898855\">short name<\/a> is <em>techapj<\/em>, <strong>replace this with your own <a href=\"http://forums.macrumors.com/showthread.php?t=898855\">short name<\/a>.<\/strong><\/p>\n\n<p><img src=\"//discourse-meta.s3-us-west-1.amazonaws.com/original/2X/9/9e976ace87a952fe60879c522234082fd7166eaf.png\" width=\"573\" height=\"235\"> <\/p>\n\n<p>Exit psql prompt by pressing <kbd>control<\/kbd><kbd>d<\/kbd><\/p>\n\n<p>Now access psql prompt in <strong>discourse_development<\/strong> database as <em>your short name<\/em> user:<\/p>\n\n<pre><code>psql -d discourse_development -U techapj -h localhost<\/code><\/pre>\n\n<p>Run following commands, separately:<\/p>\n\n<pre><code>CREATE EXTENSION pg_trgm;\nCREATE EXTENSION hstore;<\/code><\/pre>\n\n<p><img src=\"//discourse-meta.s3-us-west-1.amazonaws.com/original/2X/9/9bfda41f4f5b020735cd641a4922e0696ad148a0.png\" widt
      "post_number": 1,
      "post_type": 1,
      "updated_at": "2015-04-26T06:51:23.549Z",
      "like_count": 13,
      "reply_count": 1,
      "reply_to_post_number": null,
      "quote_count": 0,
      "avg_time": 36,
      "incoming_link_count": 1483,
      "reads": 274,
      "score": 7985.4,
      "yours": false,
      "topic_id": 15772,
      "topic_slug": "beginners-guide-to-install-discourse-on-mac-os-x-for-development",
      "display_username": "Arpit Jalan",
      "primary_group_name": null,
      "version": 12,
      "can_edit": false,
      "can_delete": false,
      "can_recover": false,
      "user_title": "team",
      "actions_summary": [
        {
          "id": 2,
          "count": 13,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 3,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 4,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 5,
          "count": 0,
          "hidden": true,
          "can_act": false
        },
        {
          "id": 6,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 7,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 8,
          "count": 0,
          "hidden": false,
          "can_act": false
        }
      ],
      "moderator": true,
      "admin": true,
      "staff": true,
      "user_id": 8222,
      "hidden": false,
      "hidden_reason_id": null,
      "trust_level": 4,
      "deleted_at": null,
      "user_deleted": false,
      "edit_reason": "",
      "can_view_edit_history": true,
      "wiki": true,
      "blurb": "So you want to set up Discourse on Mac OS X to hack on and develop with? We'll assume that you don't have Ruby/Rails/Postgre/Redis installed on your Mac. Let's be..."
    },
    {
      "id": 38398,
      "name": "Eric Carlson",
      "username": "ecuk",
      "avatar_template": "/letter_avatar/ecuk/{size}/5_fcf819f9b3791cb8c87edf29c8984f83.png",
      "uploaded_avatar_id": null,
      "created_at": "2014-01-24T15:08:06.111Z",
      "cooked": "<p>Continuing the discussion from <a href=\"https://meta.discourse.org/t/log-of-setting-up-docker-in-virtualbox/12111/7\">Log of setting up Docker in Virtualbox<\/a>:<\/p>\n\n<aside class=\"quote\" data-post=\"7\" data-topic=\"12111\" data-full=\"true\"><div class=\"title\">\n<div class=\"quote-controls\"><\/div>\n<img alt=\"\" width=\"20\" height=\"20\" src=\"//discourse-cdn.global.ssl.fastly.net/meta/user_avatar/meta.discourse.org/riking/40/40212_1.png\" class=\"avatar\">riking:<\/div>\n<blockquote><p>I'm actually loving having the VM set up - whenever I need to test something, the server was savestated with it running, so all I need to do is go to <code>/admin/docker<\/code>, refresh once, hit upgrade, and test it out.<\/p><\/blockquote><\/aside>\n\n<p>What is the preferred development environment these days? I have Vagrant up and running as recommended in <a href=\"http://blog.discourse.org/2013/04/discourse-as-your-first-rails-app/\" rel=\"nofollow\">Discourse as Your First Rails App<\/a> and <a href=\"https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md\" rel=\"nofollow\">Discourse Vagrant Developer Guide<\/a>, but much of the recent discussion has been about <a href=\"https://github.com/discourse/discourse_docker\" rel=\"nofollow\">Discourse Docker<\/a> (which I freely admit I haven't really looked at for lack of time).<\/p>\n\n<p>For development purposes, should I carry on using Vagrant for the time being? Or should I be setting up a VM with Ubuntu and then installing Docker and Discourse Docker?<\/p>\n\n<p>(As a related side issue, my current production environment was built by following the <a href=\"https://github.com/discourse/discourse/blob/master/docs/INSTALL-ubuntu.md\" rel=\"nofollow\">Discourse Install Guide<\/a>. Would it be prudent to switch that over to Docker at some point as well? Meaning, is version 1.0 likely to recommend Docker instead of a raw installation? This question deserves a topic of its own in some other category, but it seems best to see what people have to say about development environments before launching a second, better-informed discussion about production environments.)<\/p>\n\n<p>So, for development, Vagrant or Docker?<\/p>",
      "post_number": 1,
      "post_type": 1,
      "updated_at": "2014-01-24T15:08:06.111Z",
      "like_count": 0,
      "reply_count": 0,
      "reply_to_post_number": null,
      "quote_count": 0,
      "avg_time": 39,
      "incoming_link_count": 1241,
      "reads": 149,
      "score": 6161.35,
      "yours": false,
      "topic_id": 12170,
      "topic_slug": "development-environment-vagrant-or-docker",
      "display_username": "Eric Carlson",
      "primary_group_name": null,
      "version": 3,
      "can_edit": false,
      "can_delete": false,
      "can_recover": false,
      "user_title": null,
      "actions_summary": [
        {
          "id": 2,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 3,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 4,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 5,
          "count": 0,
          "hidden": true,
          "can_act": false
        },
        {
          "id": 6,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 7,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 8,
          "count": 0,
          "hidden": false,
          "can_act": false
        }
      ],
      "moderator": false,
      "admin": false,
      "staff": false,
      "user_id": 7190,
      "hidden": false,
      "hidden_reason_id": null,
      "trust_level": 2,
      "deleted_at": null,
      "user_deleted": false,
      "edit_reason": null,
      "can_view_edit_history": true,
      "wiki": false,
      "blurb": "...ed to do is go to /admin/docker , refresh once, hit upgrade, and test it out. What is the preferred development environment these days? I have Vagrant up and running as recommended in Discourse as Your F..."
    },
    {
      "id": 4782,
      "name": "hamburglar",
      "username": "hamburglar",
      "avatar_template": "/user_avatar/meta.discourse.org/hamburglar/{size}/7895_1.png",
      "uploaded_avatar_id": 7895,
      "created_at": "2013-02-08T23:14:40.018Z",
      "cooked": "<p>Is there any trick to getting a dev instance to send email? I managed to get a copy set up and running, but when I sign up, the email never gets sent. I have sendmail installed and I don't see any errors in the app log, but I also don't see any activity in the system mail log. Any hints as to what to look at?<\/p>",
      "post_number": 1,
      "post_type": 1,
      "updated_at": "2013-02-08T23:14:40.018Z",
      "like_count": 0,
      "reply_count": 1,
      "reply_to_post_number": null,
      "quote_count": 0,
      "avg_time": 22,
      "incoming_link_count": 386,
      "reads": 163,
      "score": 1953.7,
      "yours": false,
      "topic_id": 2507,
      "topic_slug": "getting-dev-instance-to-send-email",
      "display_username": "hamburglar",
      "primary_group_name": null,
      "version": 2,
      "can_edit": false,
      "can_delete": false,
      "can_recover": false,
      "user_title": null,
      "actions_summary": [
        {
          "id": 2,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 3,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 4,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 5,
          "count": 0,
          "hidden": true,
          "can_act": false
        },
        {
          "id": 6,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 7,
          "count": 0,
          "hidden": false,
          "can_act": false
        },
        {
          "id": 8,
          "count": 0,
          "hidden": false,
          "can_act": false
        }
      ],
      "moderator": false,
      "admin": false,
      "staff": false,
      "user_id": 1566,
      "hidden": false,
      "hidden_reason_id": null,
      "trust_level": 1,
      "deleted_at": null,
      "user_deleted": false,
      "edit_reason": null,
      "can_view_edit_history": true,
      "wiki": false,
      "blurb": "Is there any trick to getting a dev instance to send email? I managed to get a copy set up and running, but when I sign up, the email n..."
    }
  ],
  "topics": [
    {
      "id": 2179,
      "title": "Development mode super slow",
      "fancy_title": "Development mode super slow",
      "slug": "development-mode-super-slow",
      "posts_count": 72,
      "reply_count": 53,
      "highest_post_number": 73,
      "image_url": null,
      "created_at": "2013-02-07T17:46:57.262Z",
      "last_posted_at": "2015-04-17T08:08:26.671Z",
      "bumped": true,
      "bumped_at": "2015-04-17T08:08:26.671Z",
      "unseen": false,
      "pinned": false,
      "unpinned": null,
      "visible": true,
      "closed": false,
      "archived": false,
      "bookmarked": null,
      "liked": null,
      "views": 9538,
      "like_count": 45,
      "has_summary": true,
      "archetype": "regular",
      "last_poster_username": null,
      "category_id": 7,
      "pinned_globally": false,
      "posters": []
    },
    {
      "id": 14727,
      "title": "Beginners Guide to Install Discourse on Ubuntu for Development",
      "fancy_title": "Beginners Guide to Install Discourse on Ubuntu for Development",
      "slug": "beginners-guide-to-install-discourse-on-ubuntu-for-development",
      "posts_count": 52,
      "reply_count": 35,
      "highest_post_number": 59,
      "image_url": "//discourse-meta.s3-us-west-1.amazonaws.com/optimized/2X/9/9df737ab44032f2f671ac15513456bc668314591_1_690x189.png",
      "created_at": "2014-04-12T22:22:07.751Z",
      "last_posted_at": "2015-05-21T00:29:57.769Z",
      "bumped": true,
      "bumped_at": "2015-05-21T00:29:57.769Z",
      "unseen": false,
      "pinned": false,
      "unpinned": null,
      "visible": true,
      "closed": false,
      "archived": false,
      "bookmarked": null,
      "liked": null,
      "views": 6878,
      "like_count": 46,
      "has_summary": true,
      "archetype": "regular",
      "last_poster_username": null,
      "category_id": 10,
      "pinned_globally": false,
      "posters": []
    },
    {
      "id": 15772,
      "title": "Beginners Guide to Install Discourse on Mac OS X for Development",
      "fancy_title": "Beginners Guide to Install Discourse on Mac OS X for Development",
      "slug": "beginners-guide-to-install-discourse-on-mac-os-x-for-development",
      "posts_count": 51,
      "reply_count": 28,
      "highest_post_number": 52,
      "image_url": "//discourse-meta.s3-us-west-1.amazonaws.com/original/2X/e/ed047a1077c7d3af966434d093fbf9ddd3db51d9.png",
      "created_at": "2014-05-19T16:59:50.976Z",
      "last_posted_at": "2015-04-24T14:51:48.315Z",
      "bumped": true,
      "bumped_at": "2015-04-24T14:51:48.315Z",
      "unseen": false,
      "pinned": false,
      "unpinned": null,
      "visible": true,
      "closed": false,
      "archived": false,
      "bookmarked": null,
      "liked": null,
      "views": 3668,
      "like_count": 47,
      "has_summary": true,
      "archetype": "regular",
      "last_poster_username": null,
      "category_id": 10,
      "pinned_globally": false,
      "posters": []
    },
    {
      "id": 12170,
      "title": "Development environment: Vagrant or Docker?",
      "fancy_title": "Development environment: Vagrant or Docker?",
      "slug": "development-environment-vagrant-or-docker",
      "posts_count": 16,
      "reply_count": 4,
      "highest_post_number": 16,
      "image_url": null,
      "created_at": "2014-01-24T15:08:05.980Z",
      "last_posted_at": "2014-12-22T12:02:39.197Z",
      "bumped": true,
      "bumped_at": "2014-12-22T12:02:39.197Z",
      "unseen": false,
      "pinned": false,
      "unpinned": null,
      "visible": true,
      "closed": false,
      "archived": false,
      "bookmarked": null,
      "liked": null,
      "views": 2666,
      "like_count": 9,
      "has_summary": false,
      "archetype": "regular",
      "last_poster_username": null,
      "category_id": 7,
      "pinned_globally": false,
      "posters": []
    },
    {
      "id": 2507,
      "title": "Getting dev instance to send email?",
      "fancy_title": "Getting dev instance to send email?",
      "slug": "getting-dev-instance-to-send-email",
      "posts_count": 19,
      "reply_count": 13,
      "highest_post_number": 21,
      "image_url": null,
      "created_at": "2013-02-08T23:14:39.746Z",
      "last_posted_at": "2014-07-25T01:55:43.505Z",
      "bumped": true,
      "bumped_at": "2014-07-25T01:55:43.505Z",
      "unseen": false,
      "pinned": false,
      "unpinned": null,
      "visible": true,
      "closed": false,
      "archived": false,
      "bookmarked": null,
      "liked": null,
      "views": 1881,
      "like_count": 15,
      "has_summary": false,
      "archetype": "regular",
      "last_poster_username": null,
      "category_id": 7,
      "pinned_globally": false,
      "posters": []
    }
  ],
  "users": [
    {
      "id": 3229,
      "username": "dev",
      "uploaded_avatar_id": null,
      "avatar_template": "/letter_avatar/dev/{size}/5_fcf819f9b3791cb8c87edf29c8984f83.png"
    },
    {
      "id": 13166,
      "username": "devon",
      "uploaded_avatar_id": 37175,
      "avatar_template": "/user_avatar/meta.discourse.org/devon/{size}/37175_1.png"
    },
    {
      "id": 12979,
      "username": "devlesedi",
      "uploaded_avatar_id": null,
      "avatar_template": "/letter_avatar/devlesedi/{size}/5_fcf819f9b3791cb8c87edf29c8984f83.png"
    },
    {
      "id": 13381,
      "username": "devwizard",
      "uploaded_avatar_id": null,
      "avatar_template": "/letter_avatar/devwizard/{size}/5_fcf819f9b3791cb8c87edf29c8984f83.png"
    },
    {
      "id": 5993,
      "username": "devmach",
      "uploaded_avatar_id": null,
      "avatar_template": "/letter_avatar/devmach/{size}/5_fcf819f9b3791cb8c87edf29c8984f83.png"
    }
  ],
  "categories": [
    {
      "id": 7,
      "name": "dev",
      "color": "000",
      "text_color": "FFFFFF",
      "slug": "dev",
      "topic_count": 701,
      "post_count": 5320,
      "description": "This category is for topics related to hacking on Discourse: submitting pull requests, configuring development environments, coding conventions, and so forth.",
      "description_text": "This category is for topics related to hacking on Discourse: submitting pull requests, configuring development environments, coding conventions, and so forth.",
      "topic_url": "/t/category-definition-for-dev/1026",
      "read_restricted": false,
      "permission": null,
      "notification_level": null,
      "logo_url": null,
      "background_url": null
    }
  ],
  "grouped_search_result": {
    "more_posts": true,
    "more_users": true,
    "more_categories": null,
    "post_ids": [
      3833,
      48887,
      53437,
      38398,
      4782
    ],
    "user_ids": [
      3229,
      13166,
      12979,
      13381,
      5993
    ],
    "category_ids": [
      7
    ]
  }
}
};