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

Search doesn't work on "newly" persisted nodes #17

Open
dantleech opened this issue Nov 15, 2014 · 0 comments
Open

Search doesn't work on "newly" persisted nodes #17

dantleech opened this issue Nov 15, 2014 · 0 comments
Labels

Comments

@dantleech
Copy link
Contributor

Although the tests pass for querying nodes, additional nodes (f.e. by way of the phpcr shell) are not found.

PHPCRSH > node:property:set foobar "bar"
PHPCRSH > save
PHPCRSH > select * from [nt:unstructured] where foobar = "bar";
+------+-------+
| Path | Index |
+------+-------+
0 rows in set (0.03 sec)

Querying works for "original" nodes however (which seems to be why the tests pass)

@dantleech dantleech added the bug label Nov 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant