dtSearch full changelog
dtSearch 2025.02 (Bui
released Nov 21, 2025 (New Release)
JSON file format support:
Added support for indexing and searching JSON files (type id it_JsonRecord=371). As with XML, field searching, including nested field searching, is supported. Because JSON files cannot be automatically detected, the file type table must contain a rule identifying JSON files using a filename pattern (i.e., *.json).
JSON tables support:
If the file type table specifies the file type "JSON Table" (it_JsonTable=372), then the JSON file must consist of an array of objects, each of which will be indexed as a row of the file. Information outside the array object will be ignored.
CSV and JSON table configuration files:
Table configuration files provide a way to make indexed table data more useful by providing a way to specify the name and date for each row using data in the table. To enable table configuration files, set the flag dtsFlagUseJsonConfigFiles in Options.OtherFlags. When this flag is enabled and a CSV or JSON table is being indexed, dtSearch will look for a file named {filename}.config.json (where {filename} is the name of the CSV or JSON table) containing the rules to apply to that file. The .config.json file can contain these settings:
"RowName": A template using %% around field names specifying how to build an informative filename for each row. Example: "Row for %%lastname%% %%firstname%%". The row name will always include the ordinal and offset for the row data so the generated filename does not have to be unique.
"RowDateField": The name of the field to use as the date for the row, which will appear and be sortable in search results like file modification dates. If no RowDateField is specified, the modification date of the containing file will be used.
"DateFormat": The layout of the RowDateField (example: "YYYY-MM-DD").
"SkipBlankFields": If true, fields with blank values will be omitted rather than being included with an empty value. (This can improve the reada
Added support for indexing and searching JSON files (type id it_JsonRecord=371). As with XML, field searching, including nested field searching, is supported. Because JSON files cannot be automatically detected, the file type table must contain a rule identifying JSON files using a filename pattern (i.e., *.json).
JSON tables support:
If the file type table specifies the file type "JSON Table" (it_JsonTable=372), then the JSON file must consist of an array of objects, each of which will be indexed as a row of the file. Information outside the array object will be ignored.
CSV and JSON table configuration files:
Table configuration files provide a way to make indexed table data more useful by providing a way to specify the name and date for each row using data in the table. To enable table configuration files, set the flag dtsFlagUseJsonConfigFiles in Options.OtherFlags. When this flag is enabled and a CSV or JSON table is being indexed, dtSearch will look for a file named {filename}.config.json (where {filename} is the name of the CSV or JSON table) containing the rules to apply to that file. The .config.json file can contain these settings:
"RowName": A template using %% around field names specifying how to build an informative filename for each row. Example: "Row for %%lastname%% %%firstname%%". The row name will always include the ordinal and offset for the row data so the generated filename does not have to be unique.
"RowDateField": The name of the field to use as the date for the row, which will appear and be sortable in search results like file modification dates. If no RowDateField is specified, the modification date of the containing file will be used.
"DateFormat": The layout of the RowDateField (example: "YYYY-MM-DD").
"SkipBlankFields": If true, fields with blank values will be omitted rather than being included with an empty value. (This can improve the reada
dtSearch 2025.01 (Bui
released Mar 11, 2025 (New Release)
Fixes/Minor Enhancements:
dtSearch Web: Added support for running dtSearch Web Setup under Windows Server 2025.
Fixed: Some users unable to use Edit > Copy in dtSearch Desktop to copy text from the preview window.
Added search flag dtsSearchWantHitDetailsSynonymOf (In the hits by word report, include SynonymOf= to indicate the source term for synonym expansions.)
Fixed: If MD5Hash or SHA256Hash is designed as a stored field, and if documents are index with the flag dtsoFfGenerateMd5Hash or dtsoFfGenerateSHA256Hash, these field values were not treated as stored fields during indexing for container document types such as ZIP (so the hash values would not appear as document properties in search results).
Fixed: Bug in regular expression matching misses "abc" in a search for "##z*abc". The bug only applies to regular expression searches and affects single character expressions followed by * in cases where the single character expression should match zero instances of the character. In the above example, zabc, zzabc, etc. are found, but abc is not. Simple wildcard searches like z*abc are not affected.
File parser bug fixes affecting: TAR, HWP, HWPX, PDF, EML
Other bug fixes
dtSearch Web: Added support for running dtSearch Web Setup under Windows Server 2025.
Fixed: Some users unable to use Edit > Copy in dtSearch Desktop to copy text from the preview window.
Added search flag dtsSearchWantHitDetailsSynonymOf (In the hits by word report, include SynonymOf= to indicate the source term for synonym expansions.)
Fixed: If MD5Hash or SHA256Hash is designed as a stored field, and if documents are index with the flag dtsoFfGenerateMd5Hash or dtsoFfGenerateSHA256Hash, these field values were not treated as stored fields during indexing for container document types such as ZIP (so the hash values would not appear as document properties in search results).
Fixed: Bug in regular expression matching misses "abc" in a search for "##z*abc". The bug only applies to regular expression searches and affects single character expressions followed by * in cases where the single character expression should match zero instances of the character. In the above example, zabc, zzabc, etc. are found, but abc is not. Simple wildcard searches like z*abc are not affected.
File parser bug fixes affecting: TAR, HWP, HWPX, PDF, EML
Other bug fixes
dtSearch 7.94.8610
released May 15, 2019 (New Release)
Fixes and minor enhancements:
dtSearch Desktop indexer now reports image-only PDF files in the index update log. (Metadata in these files is still indexed. This change only affects reporting in the index update log.)
Improved 32-bit indexing performance in low-memory conditions.
Fixed indexing crash in mso20win32client.dll in the latest update to Office 2016 when indexing Outlook messages.
dtSearch Desktop indexer now reports image-only PDF files in the index update log. (Metadata in these files is still indexed. This change only affects reporting in the index update log.)
Improved 32-bit indexing performance in low-memory conditions.
Fixed indexing crash in mso20win32client.dll in the latest update to Office 2016 when indexing Outlook messages.
dtSearch 7.94.8600
released Feb 11, 2019 (New Release)
dtSearch 7.82.8339
released Feb 15, 2016 (New Release)
All executables are code signed using SHA-2 in addition to SHA-1 (dual signed). All MSI files are signed using SHA-2 only, because MSI files do not support dual signing. Please see this Microsoft article for more information on SHA-1 deprecation.
Added option in dtSearch Desktop's Edit > Copy File function to automatically shorten excessively long filenames.
Added new C# sample, AjaxWordListBuilder, demonstrating how to use the dtSearch Engine's WordListBuilder object on a web page.
Added option in dtSearch Desktop's Edit > Copy File function to automatically shorten excessively long filenames.
Added new C# sample, AjaxWordListBuilder, demonstrating how to use the dtSearch Engine's WordListBuilder object on a web page.
dtSearch 7.80.8253
released Jun 4, 2015 (New Release)
Added support for indexing Apple iWork 2009 Pages, Numbers, and Keynote files
dtSearch 7.79.8235
released Mar 26, 2015 (New Release)
Added support for indexing Apple iWork 2009 Pages, Numbers, and Keynote files
dtSearch 7.77.8205
released Sep 10, 2014 (New Release)
Fixed security issue reported in a third-party component, imgman32.dll, used in the dtimage.exe utility. See http://support.dtsearch.com/faq/dts0235.htm for more information.
Added support for indexing Outlook 2013 and 2010 OST files. Note: Microsoft has not officially documented the OST file format specification, so this support is based on unofficial non-Microsoft information about the OST file format.
Added support for indexing metadata in Adobe Photoshop images
Fixed "~dtpdf.tmp" filenames appeared in tabs in dtSearch Publish
Fixed PDF hit highlighting error in dtSearch Publish on systems with Adobe Reader versions 7-9 and Internet Explorer 10
Added "Images" field at the end of MIME messages listing names of inline image files.
Fixed incorrect handling of filename-only indexing option causing "Unsupported file format" errors
In the API, the flag dtsIndexCreateVersion6 is now ignored, so indexes will always be created in the current index format.
Added support for indexing Outlook 2013 and 2010 OST files. Note: Microsoft has not officially documented the OST file format specification, so this support is based on unofficial non-Microsoft information about the OST file format.
Added support for indexing metadata in Adobe Photoshop images
Fixed "~dtpdf.tmp" filenames appeared in tabs in dtSearch Publish
Fixed PDF hit highlighting error in dtSearch Publish on systems with Adobe Reader versions 7-9 and Internet Explorer 10
Added "Images" field at the end of MIME messages listing names of inline image files.
Fixed incorrect handling of filename-only indexing option causing "Unsupported file format" errors
In the API, the flag dtsIndexCreateVersion6 is now ignored, so indexes will always be created in the current index format.
dtSearch 7.75.8178
released Mar 20, 2014 (New Release)
Fixes and minor enhancements:
Updated RAR file parser to support RAR 5
Reduced stack use when indexing very deeply-nested containers
dtSearch Web: Fixed bug in Build Search Form when generating a search form containing a custom field name
dtSearch Web: Fixed bug affecting highlighting of the selected hit when clicking Next Hit in Internet Explorer 8
Some Microsoft Photo Editor 3.0 objects embedded in Office documents were not recognized as image data
File parser bug fixes affecting: .mdb (Access 2003), .msg embedded in .rtf, .xls, .xlsx, .xlsb, .pdf
Other bug fixes.
Updated RAR file parser to support RAR 5
Reduced stack use when indexing very deeply-nested containers
dtSearch Web: Fixed bug in Build Search Form when generating a search form containing a custom field name
dtSearch Web: Fixed bug affecting highlighting of the selected hit when clicking Next Hit in Internet Explorer 8
Some Microsoft Photo Editor 3.0 objects embedded in Office documents were not recognized as image data
File parser bug fixes affecting: .mdb (Access 2003), .msg embedded in .rtf, .xls, .xlsx, .xlsb, .pdf
Other bug fixes.
dtSearch 7.74.8154
released Oct 20, 2013 (New Release)
Added support for indexing iCalendar (*.ics) files
dtSearch for Windows 7 - free download notice
Windows 7 Download periodically updates software information of dtSearch from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX DVD Ripper
50% Off -
MacX Media Management Bundle
70% Off -
WinX DVD Copy Pro
42% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
Media Player Morpher
85% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- xplorer² 5.1.0.1
- Portable XYplorer 28.00.1100 Beta x64
- FRSFileList 1.7.0
- File Defragger 2.1
- Data Igloo standard 2.0
- BestSync Portable 2010 x64 5.4.34
- Disk Savvy Pro x64 17.5.16
- file@home 4.1.4
- Portable cdrtfe 1.5.9.1
- SpeedCommander 21.50 Build 11600
- Portable WhereIsIt 2012 Build 522
- BestSync Portable x64 2024 (19.0.1.5)
- Sync Breeze Server x64 17.5.18
- Extended File Details 1.0
- EMDB 5.40
- Drives Monitor 18.1
- Filmotech 3.11.2
- WinDirStat 2.2.2
- xplorer² x64 5.1.0.1
- Total Commander Ultima Prime 8.9
Popular Tags
mp3
hard
drive
software
music
directory
utility
folders
remove
folder
undelete
erase
find
file recovery
delete
nsf to pst
disk
recovery
cleaner
data recovery software
data recovery
lotus notes to outlook
file manager
data
file
files
search
duplicate
tool
duplicate files
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- iTop Data Recovery 5.5.0.844
- Windows 7
- Windows 7 Service Pack 1 7601.17514.1011
- iTop Easy Desktop 3.1.0.127
- Advanced SystemCare 19.0.1.158
- Smart Game Booster 5.3.1.692
- iTop PDF 3.6.0.4
- GoodSync2Go 12.9.17.7
- The Dude 7.20.5 Stable
- Atlantis Word Processor 5.0.0.12
- IObit Uninstaller 15.1.0.1
- Miraplacid Text Driver Terminal Edition 8.0
- Miraplacid Text Driver 8.0
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



