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

Add parameter for max autocomplete rows, provide word searching #859

Merged

Conversation

Sophist-UK
Copy link

This PR does two things:

  1. Provide a parameter in DBjoin to allow admin to decide how many rows of matching records to display.
  2. Provide an additional search option "words" which searches for each word as a LIKE %word% and returns records containing all words.

This is a solution to request in http://fabrikar.com/forums/index.php?threads/display-full-list-of-results.35237/.

DBjoin only to start with
Search option "words" allows user to type in search words in any order
and we find records which have every word LIKE %word%.

See
http://fabrikar.com/forums/index.php?threads/display-full-list-of-results.35237/
cheesegrits added a commit that referenced this pull request Aug 3, 2013
Add parameter for max autocomplete rows, provide word searching
@cheesegrits cheesegrits merged commit 97d609b into Fabrik:joomla3 Aug 3, 2013
@Sophist-UK Sophist-UK deleted the add_autocomplete_max_parameter branch August 6, 2013 06:48
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

Successfully merging this pull request may close these issues.

None yet

2 participants