New in RavenDb Studio 1.2: Paging through result sets
A small, but very useful enhancement today, in our on-going tour through the new UI features for RavenDb 1.2
Notice the paging controls highlighted in the screenshot? These now appear whenever you arrive at a document via a documents list. This might be from the Documents or Collections page, for example, or from the results list of a Query. These controls let you page through all the documents in that particular list.
Say, for example, that you have misspelt an Artist’s name and you need to make a quick correction in the database. You could create a query to find all the documents containing the misspelling, and then double-click the results list to edit the first one. You make the correction, and save the document. What do you do next? Before, you would have had to hit the back button to go back to the query page to find the next document. Now you can just hit the Next button in the Edit page to work through the erroneous documents one-by-one.
Comments
O, really? An UPDATE SET Name = REPLACE(Name, 'OldName', 'NewName') FROM MyTable is too complicated. Browsing record by record is way more convenient.
Udo24, We have support for that as well, but if you need to verify the change, that sort of thing in invaluable.