Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 20, 2026

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>Make workshop text field searches ignore hyphens</issue_title>
<issue_description>Need to be stripped out of user input, and also adjust the workshop data against which it's being compared.</issue_description>

<agent_instructions>adjust the workshops index workshop search service to ignore matching against hyphens, esp in the workshop title.

so, if a user inputs "hello -- goodbye" into the search field, it'll find workshops w title (or text, depending on search field) "hello goodbye"
and, if a user inputs "hello goodbye" into the search field, it'll find workshop w title (or text, depending on search field) "hello - goodbye"</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make workshop text field searches ignore hyphens

2 participants