Changes between Initial Version and Version 1 of Ticket #2488, comment 3
- Timestamp:
- 02/10/2017 08:21:23 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2488, comment 3
initial v1 6 6 7 7 That would make it a 0 query hit potentially after caches build up. 8 9 For example when typing @Otto42 it may run a query for `Ot`, which would obviously include Otto42. So when the next api request hits with query of `Otto` it could strip off the last `to` and pull the cached results for `Ot`. Then loop those results for ones that match the new query using string match or similar. Since Otto42 was already in that first cached query it will show for Otto without another query.