Closed (fixed)
Project:
Linkit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2011 at 16:00 UTC
Updated:
14 Apr 2011 at 21:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
anonI see your problem. Do you have any solution for me to work with?
Comment #2
anonAfter some testing with Linkit 7.x
Including
I cant really say that Im facing some performens issues so I think we could simply skip the limit of 10.
Comment #3
anonComment #4
robbertnl commentedThe best option would be including the parent in the search.
e.g. consider these therms:
ParenttermA
-subTerm
ParenttermB
-subTerm
I would like to search for 'ParenttermB subTerm', for getting the last term in my example
Comment #5
gngn commentedI had the same problem, so I created a patch to set the number of results.
This is my first drupal patch, so can somebody take a look at it?
I only tested linkit_node (Files plugins/linkit_node/linkit_node.module), but the others (plugins/linkit_file/linkit_file.module, plugins/linkit_taxonomy/linkit_taxonomy.module, plugins/linkit_user/linkit_user.module, plugins/linkit_views/linkit_views.module) should work the same.
greetings, gw
p.s. just noticed that I should also provide a translation for the new text 'Number of results to display in the autocomplete field' ...
Comment #6
anonComment #7
anonLike I said in #2 it feels like we dont need this limitations at all.
So I deleted all range querys so all matches are included.