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

Where is db.syncable.setFilter()? #25

Open
kkirby opened this issue Nov 13, 2014 · 3 comments
Open

Where is db.syncable.setFilter()? #25

kkirby opened this issue Nov 13, 2014 · 3 comments

Comments

@kkirby
Copy link
Contributor

kkirby commented Nov 13, 2014

The documentation speaks of a db.syncable.setFilter() method, but I'm unable to find it. I went in the code history to the day the documentation was last modified and I'm not able to find any trace of it. What am I missing?

@dfahlander
Copy link
Collaborator

That Documentation is for the Dexie.Syncable addon found in addons. See
more about it here
https://github.com/dfahlander/Dexie.js/wiki/Dexie.Syncable.js

Notice that in contrary to the main library, the addons are still in alpha.
The setFilter method is not yet implemented.
Den 13 nov 2014 22:37 skrev "Kyle Kirby" notifications@github.com:

The documentation
https://github.com/dfahlander/Dexie.js/wiki/db.syncable.setFilter()
speaks of a db.syncable.setFilter() method, but I'm unable to find it. I
went in the code history to the day the documentation was last modified and
I'm not able to find any trace of it. What am I missing?


Reply to this email directly or view it on GitHub
#25.

@kkirby
Copy link
Contributor Author

kkirby commented Nov 14, 2014

Ah. Okay. I didn't realize that those weren't production ready. Is that said somewhere and I just missed it? If not, I think it may help the next person to know that the API for db.syncable isn't fully implemented.

On the subject, do you have any sort of roadmap for when the full API spec will be implemented? And for the current alpha build, have you used it in your own applications with success?

-- edit --

Okay, I see where it says alpha now. I was on my phone when I responded.

@dfahlander
Copy link
Collaborator

I'm using the addon myself and it does is job for my app in production,
but the intent with it is not productional yet. For example, the docs are
incomplete and it could be improved in several ways.
Den 14 nov 2014 14:26 skrev "Kyle Kirby" notifications@github.com:

Ah. Okay. I didn't realize that those weren't production ready. Is that
said somewhere and I just missed it? If not, I think it may help the next
person to know that the API for db.syncable isn't fully implemented.

On the subject, do you have any sort of roadmap for when the full API spec
will be implemented? And for the current alpha build, have you used it in
your own applications with success?


Reply to this email directly or view it on GitHub
#25 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants