Jump to content

Which Search Term would be best


chef

Recommended Posts

Example: 

 

The movie is called: "The Avengers"

But the user input is "Avengers"

 

If I use  "TrimStart('T','h','e')"  I can remove the word "The" from the query result item.Name, and compare it to what the user requested.

 

 

 

Which SearchTerm would be best to narrow result items in the InternalItemQuery prior to removing the word "The"?

 

 

NameStartsWithOrGreater (This doesn't seem right)

 

NameLessThen (Maybe this)

 

MinSortName

 

NameStartsWith

 

 

SearchTerm (Would return the entire list of Base Items)

 

Thank for your time :)

Edited by chef
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...