![]()
In this project, we designed a Personal Web Search Assistant (PWSA), a meta-search engine that solves some of the above problems. PWSA communicates with the underlying web search engines using Common Gateway Interface (CGI). When PWSA receives a new query, it sends the query to the selected search engines, then parses the returned HTML pages for URL links, and displays the compiled URL links to a user in HTML format. PWSA has most of the features of the ordinary meta-search engines, such as supporting multiple search engines, converting user query into the syntax of each underlying search engine, and presenting search results in a uniform way. Furthermore, it provides users the capabilities to save the search results and manipulate the results as sets.
PWSA provides a framework for improvements in Web searching with respect to building user
search accounts, reducing user search effort and personalizing user search.