-
Notifications
You must be signed in to change notification settings - Fork 21
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
Should search include namespaces in addition to methods? #8
Comments
Is this still available? Could I take this as a first time Open Source contribution? Thanks! |
Hey @Jdcorley , Thanks for checking this out! Go for it! and please shout if you have any questions. |
Hey @akabiru! So I've been poking around a bit with this and playing with ideas on how we could integrate the namespaces into the search. I've been able to pull up the namespaces in faker by calling:
I'm just trying to read through the code a bit more and figure out a way to integrate them that makes sense. Let me know if you have any tips are suggestions. Thanks! |
Hey @Jdcorley , Great to hear from you- and thanks for looking into this. FYI, fakerbot has been merged into faker Are you Ok for us to move the conversation to faker?- there's an issue tracking this, and I think you're best placed to tackle it. 🙂 faker-ruby/faker#1566 |
@akabiru awesome! yeah, let's move the conversation there. |
Done! 🎉 |
Description
At the moment executing
fakerbot search star
does not include results likeFaker::StarWars
i.e. "everything matchingstar
".This is because the fakerbot reflector only searches through the class method names and doesn't include the class names.
Task
Find a sensible way of implementing a "full" search i.e. one that includes the class and it's method names.
The text was updated successfully, but these errors were encountered: