One thing that would be very cool... is regex support? :D
But barring that, a "contains" box. I.e. if I don't care if the website starts with cat or ends with cat, as long as cat is in there somewhere.
21–30 of 35 posts
One thing that would be very cool... is regex support? :D
But barring that, a "contains" box. I.e. if I don't care if the website starts with cat or ends with cat, as long as cat is in there somewhere.
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";…
Want to start a dating site? everymate.com is available
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.
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.