Support for Microsoft Word .DOC files The search tool already supported .DOCX and .DOCM Microsoft Word files, but old ones were not.
With this update, .DOC files are also supported.
This may sound a bit odd given how old .DOC files are, but it turns out there must be billions .DOC files within corporation walls out there and asking someone to convert a .DOC file to a .DOCX or .DOCM file only to be made compatible for searching, was not a tenable option.
If you were using the search tool so far, just download the latest version from our website. If you were not using the search tool yet, downloading the search tool comes with this feature.
Other than actual text, objects that are searched for in .DOC files are : header/footer, comments and shapes. When a match is found, the search tool makes it possible to go to the actual match in the .DOC file in question in Word itself, excepts for a match in comments (Microsoft Word does not make this possible programmatically).
| | | Posted on 17-February-2023 09:29 | Category: search tool | Tags: search tool Option for including/not including file of given size Another option we are introducing for the Search tool is one that lets you decide, upon a Search folder, whether a given file is supposed to be searched for depending on its size. That is, depending on whether the file is more than X mega-bytes and/or less than Y mega-bytes in size, it is included in the search process. For instance, this option ensures extremely large files are not searched for. Or a large number of very small files where you know in advance it is no use doing a search in them.
| | | Posted on 21-January-2021 17:45 | Category: search tool | Tags: search tool Option for including/not including subfolders The search tool has a new option available from the Options dialog. It is for including or not including sub-folders.
By default, and before that, the search tool does search inside all subfolders if a "Search folder" is initiated.
Depending on the folder organisation, this option may be welcome.
| | | Posted on 21-January-2021 17:41 | Category: search tool | Tags: search tool Esc key for aborting the process Searching files being sometimes a lengthy process, especially if you apply search to very large files, it becomes obvious that a user interface mechanism should make it possible to interrupt/abort the search process at any moment while searching. The search tool now supports hitting the ESC keyboard key for that matter.
| | | Posted on 31-March-2020 18:57 | Category: search tool | Tags: search tool Search keyword combination (AND/OR)The search tool is updated to add a new option : New option for combining keywordsWhen keywords are typed, space separated, each can be logically linked to the other either with a AND or with a OR. With a AND, it means the search must match all keywords in the content in order to produce a valid search result. With a OR, it means any matching keyword can produce an actual search result. In other words, combining search keywords with a AND systematically produces less actual results than with a OR. Depending on what you are looking for, one option is better than the other. | | | Posted on 12-May-2019 13:35 | Category: search tool | Tags: search tool Search tool Exact match modeSearch tool now includes an Exact mode for matching content. Although trivial, exact matching finds content that is exactly the same than the keyword entered, this is by customer request that we are adding this match mode. Here is a recap of all match modes : - Match : the keyword is found somewhere inside the content.
- Score : the keyword is found somewhere inside the content, and one or more letters can be missing or mistyped. Results are ordered according to best match ranking.
- Order : same than Score for the matching but the results are ordered according to how they come, which is usually left to right and top to bottom.
- Exact : the keyword matches exactly the content.
Content | | Keyword match algorithm | | | abcd | | | Match | Score | Order | Exact | abc | | | √ | √ | | abcd | | √ | √ | √ | √ | abdc | | | √ | √ | | abcde | | √ | √ | √ | |
| | | Posted on 05-May-2019 15:45 | Category: search tool | Tags: search tool Search tool trial licensingThe update of the search tool provides a trial license creation and check that fully unlocks the product for 24 hours before you can decide if the product meets your needs. Free trial license for the search toolOf course this trial license is completely free. When you click on the button above, the product contacts our license server over at xlssearch.arstdesign.com and creates the trial license. Your computer needs to be online for this to work, obviously. | | | Posted on 05-May-2019 13:11 | Category: search tool | Tags: search tool Search tool add-in no longer enabled This update (Sep 28, 2018) of the tool no longer includes the Excel add-in, regarded as too clumsy to activate on recent Excel versions (beginning with Excel 2013 due to Microsoft willing to favor their own Javascript based add-ins instead of COM add-ins), and perhaps too "in your face" with the right hand side navigation pane being there until you hide it.
The standalone version of the search tool is now your primary entry point for performing searches.
| | | Posted on 05-May-2019 12:49 | Category: search tool | Tags: search tool Search tool natural language searchThis update (Feb 20, 2018) of the search tool makes it possible to actually search and compute things at the same time. Calculations are needed whenever you want to summarize numbers appearing in one or more columns according to a criteria. A typical criteria is the time, which is found most of the time in another column of the data and is used as a basis for calculations in time periods. Calculations in the search tool are triggered by ending the keywords field with a question mark ( ?). Let's take an example with the following sample data : Sample data.If we type Sales ? in the keywords field, we see the following as output in the result list : Magically computing sales by entering Sales ?If we type Sales by RegionID ? in the keywords field, we see the following as output in the result list : Magically computing sales by entering Sales by RegionID ?If your data has another measure of interest, such as Volume, you can combine them with "prix ht" by Volume and by Region ?Combining measures by entering "prix ht" by volume and by region ?If you are interested in another aggregation function such as min, max, average, count, you may explicitly ask so for instance with max Sales by RegionID ? : Magically computing maximum of sales by entering max Sales by RegionID ?For grouping in time, one of the 4 following keywords can be used : WEEK, MONTH, QUARTER, YEAR. As in sales by month ? : Magically computing sales by month (note : there is no month column in the data)Keyword list for natural language search : - aggregation function : SUM, MIN, MAX, AVERAGE, COUNT
- grouping in time : WEEK, MONTH, QUARTER, YEAR
- sorting : TOP, BOTTOM
| | | Posted on 05-May-2019 12:43 | Category: search tool | Tags: search tool Search in VBA macros This update (Dec 22, 2017) of the search tool adds support for searching VBA macros in Excel, Word and Powerpoint files.
The whole point of this update is to increase the objects in the searched file where words can be searched for a match. VBA macros being made of text were certainly a good candidate for this update.
It's worth noting that whenever a match is found in VBA macros, double-clicking on it will actually open the corresponding application (Excel, Word or Powerpoint), open the file, open the VBA macro editor, open the VBA macro module, scroll to the corresponding row and then select it.
Whenever a search result finds a match in a VBA macro, the Macros field is tagged to the object column in the search result list, so there is no ambiguity where this match is located.
Searching VBA macros does not work currently if the VBA macros are password protected (whether or not the file itself is password protected).
| | | Posted on 05-May-2019 12:20 | Category: search tool | Tags: search tool Search tool fix for Unicode This update (Sep 2, 2017) of the search tool makes sure that the user interface uses Unicode. This was actually needed because a number of countries may have actually encountered problems performing searches by using codepages. Unicode ensures that codepages are no longer needed and therefore fixes the problem. The underlying search engine was already 100% Unicode so there was no need to fix it.
| | | Posted on 05-May-2019 12:02 | Category: search tool | Tags: search tool Search tool bubble cloud resultsA new kind of search results are added to the search tool, namely bubble clouds. See below for a screen capture of what bubble clouds look like. Just as the name suggests, bubble clouds are meant to show a cloud of bubble, with labels attached to it, and a bubble size reflecting how many time the corresponding search result appears in the search result list. Unlike the search result list, bubble clouds give an instant view of the distribution of search results, i.e. how some of them appear much more, or much less, than others, giving perhaps a glance at what the file is actually made of. Regarding colors there is no special meaning other than differentiating one bubble to another adjacent to it. Regarding the position of bubbles, there is no special meaning other than each bubble is supposed to touch at least one other bubble, thereby creating a cloud of bubbles. None of this is random, meaning that if you do the search twice, you'll get the exact same bubble cloud. We are sure that this is a pertinent tool for forensic purposes. Uses for this feature is up to you. Bubble clouds in the search results | | | Posted on 05-May-2019 11:56 | Category: search tool | Tags: search tool Search tool resync The search tool can now automatically be notified whenever a file being searched gets updated elsewhere, and the search results are updated automatically. This is very convenient because there is no need for the user to reload the file in the search tool and redo the search. That feature is what you would expect if the search tool was right inside Excel, Word or Powerpoint, but it turns out we are adding this feature in the stand alone version of the tool.
| | | Posted on 05-May-2019 11:50 | Category: search tool | Tags: search tool Search tool support for password-protected files With this new update, the search tool can be used to search inside password-protected Excel, Word and Powerpoint files.
Just click on the Options dialog, enter your file passwords there and click OK. Every time the search tool tries to open a file, and it can't complete due to password protection, each of the entered passwords is tested against it, and then the file gets decrypted, opened and then its content searched.
With this feature, an entire folder of files can be searched for without having to worry whether or not they are password protected.
Those passwords are kept across sessions, meaning that they do not have to be entered again and again.
| | | Posted on 05-May-2019 11:28 | Category: search tool | Tags: search tool Search Powerpoint presentations The search tool is updated to support Powerpoint presentations in addition to Word documents and Excel spreadsheets.
Powerpoint presentation files that can be searched are .PPTX and .PPTM files. "legacy" Powerpoint presentations (i.e. .PPT files), cannot be searched.
Whenever a match is found for a keyword, double-clicking on a search results navigates to the corresponding slide and selects the slide element where the match resides.
| | | Posted on 05-May-2019 10:58 | Category: search tool | Tags: search tool Search in Word documents The search tool can now search inside Word documents, with the same ease than Excel spreadsheets. Word documents which can be searched are .DOCX files as well as .DOCM files. Most notably however, the search tool cannot search inside "legacy" Word documents, i.e. .DOC files.
Also, just like Excel spreadsheets, once a match is found, the user can double-click on a search result in order to navigate to and select the corresponding paragraph.
| | | Posted on 05-May-2019 10:49 | Category: search tool | Tags: search tool Search in formulas This update introduces search within formulas. Indeed, a cell either has a content, a formula, or both. It may be of interest to search for a particular keyword (or keywords) inside formulas and mark search results as being from a formula, so that's exactly the feature that is introduced in this update.
| | | Posted on 05-May-2019 10:41 | Category: search tool | Tags: search tool Search tool add-in for ExcelAn Excel add-in is introduced in order to make it possible to search within Excel, by that is meant to use search features that are much more useful than the regular search in Excel. Most notably it includes search as you type and search with incorrectly worded keywords (i.e. missing letters, too many letters, swapped letters). The experience is immersive since results appear in the right hand pane within Excel. You can double-click a search result in order to navigate towards it. The navigation pane can be hidden and can reappear to avoid taking too much screen space all the time. There is a ribbon button to switch it. Depending on the Excel version that you are using, the add-in may have to be enabled as a COM add-in. In our tests, it appear this is needed beginning with Excel 2013. Search tool Excel add-in | | | Posted on 05-May-2019 09:51 | Category: search tool | Tags: search tool Search as you type Search as you type is introduced in the search tool as a feature. Searching as you type means that you see the search results before hitting enter and you can decide if more letters need to be entered in order to refine further those results. It's the equivalent of Google's search box drop down.
Of course the search tool does not perform such search before hitting enter if the file in question is too large, because it would imply a processing time deemed too long to make the user interface useable.
| | | Posted on 05-May-2019 00:10 | Category: search tool | Tags: search tool Google-like search introduced in search tool Search tool now includes a google-like search in that it can find words whether or not a couple of letters are missing, added or in the opposite order. This is very interesting because it reduces the time to actually find the content that matters to you, the content that matches your keywords.
| | | Posted on 04-May-2019 23:59 | Category: search tool | Tags: search tool <-- previous page
|
|