

# Event Details

- **Event Name**: Software Developers Thursday
- **Event Start and End Date**: Thu, 07 May, 2026 at 06:30 pm (+02:00)
- **Event Description**: Searching Text in Postgres: From Full-Text to Vector Search
Chris Mair, 1006.org

Need better text search in your application, but not another piece of infrastructure to maintain?

In our May session, we’ll explore three practical ways to search text using a simple Postgres backend: full-text search, trigram similarity for keyword-based matching, and embedding vector search. The talk will introduce the basics of each approach, show how they can be implemented directly in Postgres, and compare the different scenarios in which they perform best. You’ll leave with a better understanding of which technique suits your application’s needs and a solid starting point for implementations.

Join us for a practical guide to modern text search – straight from your database!
- **Event URL**: https://allevents.in/bolzano/software-developers-thursday/200029921737358
- **Interested Audience**: 
  - total_interested_count: 0

## Ticket Details


## Event venue details

- **city**: Bolzano
- **state**: TR
- **country**: Italy
- **location**: Alessandro Volta Straße 13A, 39100 Bozen, Italy
- **lat**: 46.47842
- **long**: 11.33289
- **full address**: Alessandro Volta Straße 13A, 39100 Bozen, Italy, Via Alessandro Volta, 13A, 39100 Bolzano BZ, Italia, Bolzano, Italy

## Event gallery

- **Alt text**: Software Developers Thursday
  - **Image URL**: https://cdn-az.allevents.in/events1/banners/8b14ff11ee1368a46967955d8b8c29578b726503ec5e0aa8eabd6647d2b28f2d-rimg-w1200-h630-dcffffff-gmir?v=1775831816

## FAQs

- **Q**: When and where is Software Developers Thursday being held?
  - **A:** Software Developers Thursday takes place on Thu, 07 May, 2026 at 06:30 pm to Thu, 07 May, 2026 at 06:30 pm at Alessandro Volta Straße 13A, 39100 Bozen, Italy, Via Alessandro Volta, 13A, 39100 Bolzano BZ, Italia, Bolzano, Italy.
- **Q**: Who is organizing Software Developers Thursday?
  - **A:** Software Developers Thursday is organized by NOI Techpark.
- **Q**: Who is this event for? Is it right for me?
  - **A:** Software Developers Thursday is ideal for curious learners, students, and skill-builders looking to gain hands-on knowledge and practical expertise in a focused, interactive setting. Whether you're a first-time attendee or a longtime enthusiast in Bolzano, this event is thoughtfully curated to deliver a standout experience worth every moment. If Software Developers Thursday sounds like your kind of event, don't wait - spots fill up fast.

## Structured Data (JSON-LD)

```json
[
    {
        "@context": "https://schema.org",
        "@type": "Event",
        "name": "Software Developers Thursday",
        "image": "https://cdn-az.allevents.in/events1/banners/8b14ff11ee1368a46967955d8b8c29578b726503ec5e0aa8eabd6647d2b28f2d-rimg-w1200-h630-dcffffff-gmir?v=1775831816",
        "startDate": "2026-05-07T18:30:00+02:00",
        "url": "https://allevents.in/bolzano/software-developers-thursday/200029921737358",
        "eventStatus": "https://schema.org/EventScheduled",
        "location": {
            "@type": "Place",
            "name": "Alessandro Volta Straße 13A, 39100 Bozen, Italy",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "Via Alessandro Volta, 13A, 39100 Bolzano BZ, Italia",
                "addressLocality": "Bolzano",
                "addressRegion": "TR",
                "addressCountry": "IT"
            },
            "geo": {
                "@type": "GeoCoordinates",
                "latitude": "46.47842",
                "longitude": "11.33289"
            }
        },
        "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
        "description": "Searching Text in Postgres: From Full-Text to Vector Search\nChris Mair, 1006.org\n\nNeed better text search in your application, but not another piece of infrastructure to maintain?\n\nIn our May session, we’ll explore three practical ways to search text using a simple Postgres backend: full-text search",
        "organizer": [
            {
                "@type": "Organization",
                "name": "NOI Techpark",
                "url": "https://allevents.in/org/noi-techpark/15289790",
                "description": "South Tyrol’s technology park connects companies, researchers and students so innovation can thrive."
            }
        ]
    }
]
```