﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LogViewPlus Support » LogViewPlus Support » Help &amp; Support  » (Sub)string search on large entry view</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Sat, 11 Apr 2026 06:05:35 GMT</lastBuildDate><ttl>20</ttl><item><title>(Sub)string search on large entry view</title><link>https://www.logviewplus.com/forum/post/530</link><description>Hi Toby,&lt;br id="if_insertedNode_1590419869748"&gt;&lt;br id="if_insertedNode_1590419869872"&gt;I just became a paying user of your tool ;-)&lt;br id="if_insertedNode_1590419888549"&gt;I have this situation where I have selected a line of my log containing a pretty large JSON blob, which I pretty print and visualize (see attached image). Then I would like to quickly find a string in this JSON structure but I always find myself having to create a text filter for this. Is there a quicker way in the tool, like a simple text search functionality?&lt;br id="if_insertedNode_1590420075757"&gt;&lt;br id="if_insertedNode_1590420139383"&gt;&lt;img id="if_insertedNode_1590420159235" src="../Uploads/Images/3fffd54e-88db-4ae6-ab18-192d.png" data-download-url="../Uploads/Images/40a552ff-b7ef-417c-ad26-6957.png"&gt;​&lt;br id="if_insertedNode_1590420075919"&gt;​&lt;br id="if_insertedNode_1590420170477"&gt;Thanks!&lt;br id="if_insertedNode_1590420172831"&gt;Miguel​​​​​</description><pubDate>Wed, 03 Jun 2020 08:03:22 GMT</pubDate><dc:creator>migdur</dc:creator></item><item><title>RE: (Sub)string search on large entry view</title><link>https://www.logviewplus.com/forum/post/544</link><description>Hi Toby,&lt;br/&gt;&lt;br/&gt;Thanks for that. Yes, it's a very good improvement, if an in-view search feature is not possible to do.&lt;br/&gt;Best,&lt;br/&gt;m&lt;br/&gt;</description><pubDate>Wed, 03 Jun 2020 08:03:22 GMT</pubDate><dc:creator>migdur</dc:creator></item><item><title>RE: (Sub)string search on large entry view</title><link>https://www.logviewplus.com/forum/post/542</link><description>Hi Miguel,&lt;br/&gt;&lt;br/&gt;I just wanted to let you know that we have now released LogViewPlus v2.4.31 into BETA which you can download from &lt;a href="https://www.logviewplus.com/download.html"&gt;https://www.logviewplus.com/download.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;This version contains a new feature which I think might help with the issue above.&amp;nbsp; When you right-click inside of a large message (a message with more than 1,000 characters) you should see a new context menu option - 'Open in Text Editor'.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;&lt;img src="../Uploads/Images/ea20eaec-6411-4ccd-8c5d-d85d.png" id="if_insertedNode_1591167337170"&gt;&lt;br/&gt;&lt;br/&gt;This command does two things.&amp;nbsp; First, it will save the log entry to a temporary file.&amp;nbsp; The extension of this file will be determined by the Pretty Print type.&amp;nbsp; For example, in the screen shot above, the message is pretty printed as XML.&amp;nbsp; Therefore, the file will be saved as a '.xml' file.&lt;br/&gt;&lt;br/&gt;Once the message has been saved it will be opened in your default text editor.&amp;nbsp; This is the program which you have configured in Windows to open '.txt' files.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;Note that the example above is not valid XML.&amp;nbsp; This feature is designed to work with text editors that can handle invalid data formats while still offering a degree of syntax highlighting.&lt;br/&gt;&lt;br/&gt;Hope that helps.&amp;nbsp; Please let me know if you have any further questions or issues.&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Wed, 03 Jun 2020 07:11:31 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: (Sub)string search on large entry view</title><link>https://www.logviewplus.com/forum/post/534</link><description>Sure, this is certainly not a showstopper for me. I do indeed prettify the JSON and copy/paste it in Notepad++ to search there; so I need 2 tools io one for this...&lt;br/&gt;&lt;br/&gt;Thanks for clarifying.&lt;br/&gt;m&lt;br/&gt;</description><pubDate>Tue, 26 May 2020 08:38:23 GMT</pubDate><dc:creator>migdur</dc:creator></item><item><title>RE: (Sub)string search on large entry view</title><link>https://www.logviewplus.com/forum/post/533</link><description>I see - you want to search within the selected message.&amp;nbsp;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;This is tricky.&amp;nbsp; There are already a lot of search features in LogViewPlus and creating new features which search in a limited way might be confusing to new users.&amp;nbsp; It is also somewhat unusual to have extremely large messages (most messages will not need a sub-search feature).&amp;nbsp; &lt;br/&gt;&lt;br/&gt;The best thing to do here might be to open the message in a text editor.&amp;nbsp; I wonder if it is worth adding a command on to the context menu you highlighted to do this.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Any thoughts?&amp;nbsp; Would this approach help?&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Tue, 26 May 2020 07:03:34 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: (Sub)string search on large entry view</title><link>https://www.logviewplus.com/forum/post/532</link><description>The autofilter is a very cool feature but this does not take me to the precise line in a prettified JSON structure where I want to be. I was thinking as something more 'spontaneous' like a Ctrl+F in a simple text editor?&lt;br/&gt;&lt;br/&gt;Best,&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 26 May 2020 06:20:06 GMT</pubDate><dc:creator>migdur</dc:creator></item><item><title>RE: (Sub)string search on large entry view</title><link>https://www.logviewplus.com/forum/post/531</link><description>Hi Miguel - Thanks for your support!&lt;br/&gt;&lt;br/&gt;A text filter is the main tool for finding text, but you could also use a highlight or an auto-filter.&amp;nbsp; These are described in this short video:&lt;br/&gt;&lt;a href="https://www.logviewplus.com/docs/find_text.html"&gt;https://www.logviewplus.com/docs/find_text.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Does that help?&lt;br/&gt;&lt;br/&gt;Thanks again!&lt;br/&gt;&lt;br/&gt;Toby&lt;br/&gt;</description><pubDate>Mon, 25 May 2020 15:42:10 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>