michalgm / freedom_archives_admin

http://search.freedomarchives.org
0 stars 0 forks source link

The difference between Soulbook and Soul book #27

Open nbdm1284 opened 9 years ago

nbdm1284 commented 9 years ago

Thanks, I also get it now. is there a way for the search to understand that someone typing soul book probably means to type Soulbook? And have the results appear either way.

michalgm commented 9 years ago

I could try to make it to always additionally search by the search terms with no spaces, so if you search for "I want to eat ice cream" it will also search for "iwanttoeaticecream" but that will a) make searches slower and b) may return unexpected results.

On 07/16/2015 03:06 PM, nbdm1284 wrote:

Thanks, I also get it now. is there a way for the search to understand that someone typing soul book probably means to type Soulbook? And have the results appear either way.

— Reply to this email directly or view it on GitHub https://github.com/michalgm/freedom_archives_admin/issues/27.

nbdm1284 commented 9 years ago

hmmm, let Claude and I talk about this before implementation.

michalgm commented 8 years ago

If there is a set list of these sorts of cases, we can hardcode those in - i.e. if "soul book" is a common thing people type, and you want to handle that specifically. I suppose we could get real fancy and add an admin interface for you to manage these sorts of search cases....

nbdm1284 commented 8 years ago

when prompted to think about how often this issue occurs, I am struggling to come up with other examples. But in general I'm thinking people could be not adding a space on any number of search terms.

I'm weight the implications of creating a process where "i want to eat ice cream" and "iwanttoeaticecream" are seen as the same.... and slowing down the search feature/undesired results. Don't want to slow things down too much but also don't want to not address this issue.

Also, I'm interested with the potential of getting fancy and adding an admin interface. I know these cases exist, just struggling to actively identify them.

what is actually do-able based on your time?