Release Notes
Design and implementation of a Web Search Engine using Text Mining techniques.
Homepage: https://www.text-mining.ro/
GitHub repo: https://github.com/mihaimoga/WebSearchEngine
Article: https://www.codeproject.com/Articles/5319612/Web-Search-Engine
Social Media
Please feel free to contact me if you need any further information.
History
- December 9th, 2021: Initial version.
- December 20th, 2021: Added works cited.
- January 14th, 2022: Added index.html and search.php.
- December 23rd, 2022: Moved source code from GitLab to GitHub.
- March 23rd, 2023: Replaced
NULL throughout the codebase with nullptr.
This means that the minimum requirement for the application is now VC 2010.
- April 16th, 2023 - Updated MFC application to work with the latest MySQL ODBC 8.0 Unicode Driver.
- May 27th, 2023 - Added Python version of web crawler to Web Search Engine repository.
- June 22nd, 2023 - Updated PJ Naughter's
ODBCWrappers library to the latest version available.
- July 28th, 2023:
- Replaced old
CHyperlinkStatic class with PJ Naughter's CHLinkCtrl library;
- Updated the Python script (frontier is now persistent in database) and the PHP search script.
- October 22nd, 2023:
- Switched to Visual Studio Enterprise 2022 (some changes were made in the source code);
- Added social media links: Twitter, LinkedIn, Facebook, and Instagram;
- Added shortcuts to GitHub repository's Issues, Discussions, and Wiki.
- January 1st, 2024: Updated PJ Naughter's
ODBCWrappers library to the latest version available. Updated module to remove usage of _if_exists by now using ODBCVER and _ATL_MODULES preprocessor macro checks along with SFINAE.
- Same version (January 21st, 2024) - Added ReleaseNotes.html and SoftwareContentRegister.html to GitHub repo.