Browse tags
  • ๐Ÿ”— Building Search DSLs with Django

    Search DSLs can give a user more granular access to searching without exposing an overly complicated interface.

    GitHub issues provide a DSL thatโ€™s accompanied by UI elements. An example query for searching issues would be:

    is:open author:danlamanna

    We can create something similar for use in a custom Django application.
    Improving search on my website has been long on my list of things to do. Something like this would make it easy for me to search my posts like "city:Yokohama type:checkin" to find all checkins in Yokohama. ๐Ÿค”