Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search history removes spaces from search item #143

Open
jombie opened this issue Dec 12, 2017 · 2 comments
Open

Search history removes spaces from search item #143

jombie opened this issue Dec 12, 2017 · 2 comments

Comments

@jombie
Copy link

jombie commented Dec 12, 2017

Do not remove space from search text when it shows in search history.
Is there any workaround for now.

@ko1o
Copy link
Owner

ko1o commented Dec 13, 2017

You can set removeSpaceOnSearchString to NO.

/**
 Whether remove the space of search string, default is YES.
 */
@property (nonatomic, assign) BOOL removeSpaceOnSearchString;

@jombie
Copy link
Author

jombie commented Dec 13, 2017

Thanks, that was what I was looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants