Live data from Hacker News

Ask HN: Review my app again? Short domain name search

nxdom.com

21–30 of 35 posts

Re: Ask HN: Review my app again? Short domain name search

#26
post #2

I really like the new setup. It's much less confusing than it was before. I've used it every few days since you first announced it here - it's pretty fun to play around with. I don't know how feasible it is to do this, but instead of prefix and suffix, I would really like to be able to use wildcards in my search. For example, say I'm looking for a domain that starts with the word "dog" and ends with "cat" or "cats";…

I third the wildcard and make it represent multiple missing letters, not just one letter per wildcard.

Re: Ask HN: Review my app again? Short domain name search

#29
post #20

Earlier quoted context omitted.

Yes, I know the combined prefix and suffix search doesn't work properly yet. The reason is that the App Engine datastore doesn't support fancy search, only sorting with custom indexes. All results for a GQL query must be adjacent in the index. The indexes for combined prefix+suffix search are still building but should be ready in a few days.

Until that happens, you could reduce it to a single field and show results for both types of searches. I found the prefix/suffix thing pretty confusing.

Actually, I have now enabled the search indexes for the following prefix+suffix combinations: 4+1, 3+2, 3+1, 2+1, 2+2, 1+1, 1+2, 1+3, 2+3, 1+4. I may add longer combinations later, but for now they will be shortened and filtered, e.g. 5+3 will use cached 4+1 and then filter the results in the browser with JavaScript.

Re: Ask HN: Review my app again? Short domain name search

#30

Fantastic work! Just curious, why does it not return any results for long strings? For example, putting "hacker" in the Beginning box and "ne" in the Ending box yields no results.

Because it's a search engine for short names, using a large database of unused and expired domain names. Try searching for "hack" + "ne", or "hack" + "e" for even more results.
Post reply on HN