Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added normalised roomcodes to search for #1766

Merged
merged 7 commits into from
Jan 16, 2025
Merged

Conversation

BaumBanane
Copy link
Contributor

@BaumBanane BaumBanane commented Jan 15, 2025

Fixes #1733

Proposed Change(s)

  • added room_code, room_code_normalised and arch_name_normalised to the exported room data
  • added these attributes to the searchable attributes in meilisearch.rs, removed ms_id (now replaced with room_code containing '.' as separator instead of '-')
  • added normalise_id to export.py to calculate the normalised room_code_normalised and arch_name_normalised
  • fixed a tiny typo in the lexer

Checklist

  • Documentation
    • I have updated the documentation
    • No need to update the documentation

@CommanderStorm
Copy link
Member

CommanderStorm commented Jan 16, 2025

PSA:
Never open a PR from your protected branch (main/master).
This prohibits "Maintainers are allowed to edit this pull request" in some cases.

@CommanderStorm
Copy link
Member

lets test it in prod ^^

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.

Searching for Substrings of the room name / number („Raumkennung“)
2 participants