<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The Strangebuzz PHP/Symfony blog.</title>
    <subtitle>Articles for the "search" tag.</subtitle>
    <updated>2026-06-07T13:54:53+02:00</updated>
    <author>
        <name>COil</name>
        <email>coil@strangebuzz.com</email>
    </author>
    <link href="https://www.strangebuzz.com/en/blog/tag/search.xml" rel="self" />
    <id>https://www.strangebuzz.com/en/blog/tag/search.xml</id>
    <icon>https://www.strangebuzz.com/img/strangebuzz_132.jpg?6.4.9</icon>
    <logo>https://www.strangebuzz.com/img/strangebuzz_1024.jpg?6.4.9</logo>
    <rights> © 2026 Strangebuzz</rights>
                            <entry>
            <title>Implementing a search engine with elasticsearch and Symfony (part 3/3)</title>
            <link href="https://www.strangebuzz.com/en/blog/implementing-a-search-engine-with-elasticsearch-and-symfony-part-3" />
            <id>https://www.strangebuzz.com/en/blog/implementing-a-search-engine-with-elasticsearch-and-symfony-part-3</id>
            <published>2019-11-16T00:00:00+01:00</published>
            <updated>2020-04-18T00:00:00+02:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">In this third and last part, we will continue to improve our search engine. First, we will enhance our elasticsearch stack with Kibana. Then, we will implement an autocomplete using an elasticsearch suggester.
</summary>
        </entry>
                            <entry>
            <title>Implementing a search engine with elasticsearch and Symfony (part 2/3)</title>
            <link href="https://www.strangebuzz.com/en/blog/implementing-a-search-engine-with-elasticsearch-and-symfony-part-2" />
            <id>https://www.strangebuzz.com/en/blog/implementing-a-search-engine-with-elasticsearch-and-symfony-part-2</id>
            <published>2019-10-28T00:00:00+01:00</published>
            <updated>2019-10-28T00:00:00+01:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">This is the second part of the tutorial. In this post, we will see how to improve our search engine to make is much more relevant. We will use an alias, create a custom command to populate the index. We will tune the search applying boosts to some fields and eventually, we will paginate the result list.
</summary>
        </entry>
                            <entry>
            <title>Implementing a search engine with elasticsearch and Symfony (part 1/3)</title>
            <link href="https://www.strangebuzz.com/en/blog/implementing-a-search-engine-with-elasticsearch-and-symfony" />
            <id>https://www.strangebuzz.com/en/blog/implementing-a-search-engine-with-elasticsearch-and-symfony</id>
            <published>2019-09-22T00:00:00+02:00</published>
            <updated>2020-01-12T00:00:00+01:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">In this post, we will see how to create a full-text search engine with elasticsearch in a Symfony application. We will use Docker compose to set up an elasticsearch stack. We will try to keep the configuration as minimal as possible keeping the sensible default components values. In the end, on this website, we will able to search for articles and snippets matching one or several keywords.
</summary>
        </entry>
    </feed>
