Friday, April 18, 2008

Gnizr 2.4.0 Milestone 2 Release

Gnizr 2.4.0 Milestone 2 is now available for download.
Note: This release is intended for evaluation and testing, and it's not suitable for any serious deployment.

See also: Gnizr 2.4.0 Milestone 1

UI Cleaning and Polish

Users should notice some UI changes in this release. Improved the layout of bookmarks. The display of bookmark information is more compact. Clicking on the bookmark title will take you to the description page of the bookmark. We've also updated the layout of the login page and the registration page. Depending on how the registration policy is configured, different information is shown to users who don't already have an account.

We also added more instruction text in different "settings" pages. This should help new users and new admin to get started with the system.

Search Term Suggestion

To improve users' search experience, we have added the Search Term Suggestion function. As you entering text in the search box, a drop-down menu will show you search suggestions. You can read more about its design and implementation on the wiki page.

Improved Bookmark Search

In the past release, queries entered in the search box are matched against only the "title" of the saved bookmarks in the system. In this release, we've improved the index and search algorithm. Texts entered are automatically matched against "title", "tags" and "notes" of the saved bookmarks.

Also, the OpenSearch engine implementation for "bookmarks saved by you" and "bookmarks saved by others" have distinctive behavior. If a user is logged in, searching in "bookmarks saved by others" will search within bookmarks saved by all users in the community, but automatically exclude those saved by the logged-in user. On the other hand, the "bookmarks saved by you" search engine only searches within those bookmarks that are saved by the logged-in user.

Field-based search (add a prefix term to the search query):
  • "title:" -- search within bookmark titles
  • "tag:" -- search within tags
  • "notes:" -- search within bookmark notes
  • "text:" -- search within all the above fields (default)

No comments: