Closed yashmehrotra closed 10 years ago
Hi @yashmehrotra,
Thank you for this patch. Would you add a test case that checks that the tags are indeed matched? Ideally it would test upper, mixed, and lower case. It should fail without your patch applied.
Thanks again!
@craigmaloney Ok, I am adding them currenty , but I may need some help. At what time are you available on the IRC channel?
@yashmehrotra I'm at work most of the day (EST) but should be available for a bit off-and-on.
Ok thank you
@craigmaloney I did what you said, I added tests and without my patch the test fails (and succeeds with the patch) . Kindly review my code. Thanks for the help.
Thanks for the update! This looks really good. I think the test can be simplified and the code required there cut in half.
I also think that the better place to lowercase is in the BmarkMgr vs the view itself. Let me know what you think after looking into that a bit.
@mitechie Ok , I will make the relevant changes and put the case changing in BmarkMgr.find()
@mitechie Updated everything as you said . Thanks for the guidance.
:+1:
@craigmaloney Thanks , so is it good for a merge?
@mitechie Converted it all into 1 commit .
I tested the case matching and it works