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

正規表現を使う際にcase insensitiveにした #134

Closed
wants to merge 1 commit into from

Conversation

ras0q
Copy link
Member

@ras0q ras0q commented Jan 24, 2024

これ見てまあstringsでいいかと思ってstrings使ってます
動作確認してないです 😖
https://stackoverflow.com/questions/44595669/does-go-have-a-case-insensitive-string-contains-function

@ras0q ras0q requested a review from oribe1115 January 24, 2024 13:00
@oribe1115
Copy link
Contributor

正規表現を使う人は厳密に指定した通りで検索かけたいのでは?と思ってcase sensitiveにしてるんだけれど、case insensitiveの方が良い?

@ras0q
Copy link
Member Author

ras0q commented Jan 24, 2024

むしろ広く取りたいと思ってました
ところで適当に直したのが悪いんですがTraqMessageProcessorどこにも使われてなさそう、直すべきはクエリか、、

@oribe1115
Copy link
Contributor

個人的にはただの単語登録の単語は緩く雑に取れてほしいからcase insensitiveで、正規表現の単語は厳密に取りたいからcase sensitiveでが嬉しいイメージでした
case insensitiveで統一してもらっていいんですが、ついでに#109 #110 確認してもらえると助かります:pray:

TraqMessageProcessorはハッカソンで開発時に使われていた実装で、#115 で†天才SQL†で一発取りするようになってからは使ってないですね
当時はSQLでの取得が上手くいかなかったら切り戻すつもりで実装をそのままにしてたんだと思います
紛らわしかったら消しちゃってください

@ras0q
Copy link
Member Author

ras0q commented Jun 28, 2024

使われてないのでclose

@ras0q ras0q closed this Jun 28, 2024
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.

2 participants