Skip to content

Completed a trivial search tutorial demonstrating live search on key-up.

Notifications You must be signed in to change notification settings

aykaramba/quicksearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUICKSEARCH - A simple interacive search demo.

Screenshot 2025-11-11 at 01-22-56

This is an attempt to test a quicksearch technique demonstrated in the following tutorial:

Tutorial Link: https://web-apps-in-lisp.github.io/isomorphic-web-frameworks/clog/index.html

Author of the tutorial: https://github.com/vindarel/

Almost no changes were made to the code, so most of the code and comments are by @vindarel with minor updates by me. I wanted to go through the tutorial, implement the code and see how a quick search based on keystroke input works, pack it into a system and prepare it for adding features.

SPECIAL NOTE: If you get a chance, you should work through the original tutorial linked above because it demonstrates the use of live coding directly in the CLOG framework. CLOG is a powerful and mature framework with many features and the live coding feature should be experienced by everyone. I created this system for the purposes of testing.

INSTALLATION

  1. Git clone to your local dir as appropriate.
  2. Load the system: (ql:quickload :quicksearch)
  3. Start the app: (quicksearch:start-app)

Copyright

All copyright to original code owned by @vindarel.

All other code is copyright of Robert Taylor.

About

Completed a trivial search tutorial demonstrating live search on key-up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors