Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Improve search results for the empty query #120

Merged
merged 1 commit into from May 23, 2013

Conversation

iwehrman
Copy link
Contributor

There is a bug/feature in the EWF search dialog in which the empty search query will return no results. This was actually done intentionally by @joelrbrandt to work around a Chrome bug that can cause a crash if too many file descriptors are opened at once. This can happen if we try to show result tiles for all the fonts at once, which is what one might otherwise wish to do in this case. The recent change that focused the search dialog box by default exacerbated this problem for complicated reasons that I won't go into here.

ANYWAY, this pull request changes the way search results are returned for the empty query. It now shows just those results that match the chosen font classification as indicated by the selected button on the left side. (This is also how the search results have historically been initialized.)

@ghost ghost assigned couzteau May 22, 2013
@couzteau
Copy link
Member

Looking good merging

couzteau added a commit that referenced this pull request May 23, 2013
…-query

Improve search results for the empty query
@couzteau couzteau merged commit abd412e into master May 23, 2013
@couzteau couzteau deleted the iwehrman/improve-results-for-empty-query branch May 23, 2013 01:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants