Created
February 11, 2010 13:17
-
-
Save kennethkalmer/301490 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:09 kennethkalmer: this search thing is tricky, and could a lot of issues if we don't manage it right | |
14:10 kennethkalmer: wondering if strictly OR isn't the best approach here | |
14:10 kennethkalmer: the client can also do some filtering | |
14:10 kennethkalmer: and the lookup requirements would be mostly client specific | |
14:10 kennethkalmer: (erm, project specific) | |
14:11 kennethkalmer: if any really advanced features are needed, the implementer can create their own storage participant and extend it to their liking | |
14:12 kennethkalmer: ruote-kit then expects the storage participants to implement certain methods, which are called for searching | |
14:12 kennethkalmer: the participant can then determine how to interpret the query and execute it according to it's own query plan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment