1

I have some Database ID's. I have tried to run query to find out the corresponding nodes but it's not working. Tell me how to write a correct query using Database ID?

Suraj Sakhare
  • 363
  • 1
  • 4
  • 12
Sachin Singh
  • 99
  • 12

1 Answers1

5

In Node Browser (Admin Tools) you can run following query selecting lucene as language from dropdown:

@sys\:node-dbid:1190

To search with alfresco-fts option you need to escape hyphen with \:

sys\:node\-dbid:1190
streetturtle
  • 5,472
  • 2
  • 25
  • 43