-
Notifications
You must be signed in to change notification settings - Fork 45
Advanced the search method #143
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
Comments
Unfortunately, most of filters you mention are available to PM only. I'm in for implementing these, but I don't have PM so I cannot help with this. So if you want, keep working on this but keep in mind, that probably nobody will be able to help you (not even by review). :( Also please note, that we must keep the pycaching project fully functional for basic members. |
During the days I improve my implementation as much as possible and create a lot of test which verifiy the build of the parameters. With the search function we have a similar problem as with the Personal Note. If someone re-record the cassette he will get a different result: new and missing caches, different sort order, different values (like favorite points), ... In the next days I will send you a link to my implementation and you can give me feedback, about the architecture of my implementation. Interface good or bad. I write a little how to use the new search function.
I will check what happened if a BM try to do PM features in the search |
I want to advanced the search function. Currently the search method is very limited. The search on the web page offers a lot of filter parameters, which are not supported by the search method.
I have already implement a prototype of advanced search. But the quality is not good enough for a pull request. The prototype is not fully featured, no test cases at the moment and some open questions.
Parts of implementation of the search method should be reused and enhanced. But current search method should still exists for backward compatibility, and share the implementation with the advanced search.
Filter parameters
The text was updated successfully, but these errors were encountered: